OutlookSyncType Enum

Definition

Contains the possible synchronization type values that can be passed to the Sync(OutlookSyncType) method to trigger a background synchronization operation.

public enum class OutlookSyncType
public enum OutlookSyncType
type OutlookSyncType = 
Public Enum OutlookSyncType
Inheritance
OutlookSyncType

Fields

AddressBook 1

The Microsoft Dynamics 365 Address Book Provider has to be synchronized with the data in Microsoft Dynamics 365. Value = 1.

Offline 2

The user's offline database has to be synchronized with the data in Microsoft Dynamics 365. Value = 2.

Outlook 0

The user's Microsoft Outlook store has to be synchronized with the data in Microsoft Dynamics 365. Value = 0.

Applies to

See also