IsOutlookWorkstationClient 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.
Usage
IsOutlookWorkstationClient()
Parameters
None
Returns
A Boolean value that is true if the form is shown on Microsoft Dynamics CRM for Outlook. Otherwise, returns false.
Example
if (IsOutlookWorkstationClient())
{
alert("You are using Microsoft Dynamics CRM for Outlook");
}
else
{
alert("You are not using Microsoft Dynamics CRM for Outlook");
}
See Also
Concepts
Other Resources
.gif)