IExecutionContext.IsExecutingOffline Property

Definition

Gets whether the plug-in is executing from the Microsoft Dynamics 365 for Microsoft Office Outlook with Offline Access client while it is offline.

public:
 property bool IsExecutingOffline { bool get(); };
public bool IsExecutingOffline { get; }
member this.IsExecutingOffline : bool
Public ReadOnly Property IsExecutingOffline As Boolean

Property Value

true if the plug-in is executing from the Microsoft Dynamics 365 for Microsoft Office Outlook with Offline Access client while it is offline; otherwise, false.

Applies to

See also