IsOutlookLaptopClient Function
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Find the latest SDK documentation: CRM 2015 SDK
Checks whether the form is shown on Microsoft Dynamics CRM for Outlook with Offline Access.
Usage
IsOutlookLaptopClient()
Parameters
None
Returns
A Boolean value that is true if the form is shown on Microsoft Dynamics CRM for Outlook with Offline Access. Otherwise, returns false.
Example
if (IsOutlookLaptopClient())
{
alert("You are using Microsoft Dynamics CRM for Outlook with Offline Access");
}
else
{
alert("You are not using Microsoft Dynamics CRM for Outlook with Offline Access");
}
See Also
Concepts
Other Resources
.gif)