OutlookSyncType Enum
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.
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
Name | Value | Description |
---|---|---|
Outlook | 0 | The user's Microsoft Outlook store has to be synchronized with the data in Microsoft Dynamics 365. Value = 0. |
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. |