CrmOutlookService.IsCrmDesktopClient Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether Dynamics 365 for Outlook is installed. This version has no offline access.
public:
property bool IsCrmDesktopClient { bool get(); };
public bool IsCrmDesktopClient { get; }
member this.IsCrmDesktopClient : bool
Public ReadOnly Property IsCrmDesktopClient As Boolean
Property Value
true
if Dynamics 365 for Outlook is installed; otherwise, false
.