IExecutionContext.IsOfflinePlayback Property

Definition

Gets a value indicating if the plug-in is executing as a result of the Microsoft Dynamics 365 for Microsoft Office Outlook with Offline Access client transitioning from offline to online and synchronizing with the Microsoft Dynamics 365 server.

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

Property Value

true if the the plug-in is executing as a result of the Microsoft Dynamics 365 for Microsoft Office Outlook with Offline Access client transitioning from offline to online; otherwise, false.

Applies to

See also