CrmOutlookService.IsCrmClientLoaded 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 loaded by Microsoft Office Outlook.
public:
property bool IsCrmClientLoaded { bool get(); };
public bool IsCrmClientLoaded { get; }
member this.IsCrmClientLoaded : bool
Public ReadOnly Property IsCrmClientLoaded As Boolean
Property Value
true
if Dynamics 365 for Outlook is loaded by Microsoft Office Outlook; otherwise, false
.