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