IExecutionContext.IsOfflinePlayback 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 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
.