OutlookSyncType Enumeration
Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online
Contains the possible synchronization type values that can be passed to the Sync method to trigger a background synchronization operation.
Namespace: Microsoft.Crm.Outlook.Sdk
Assembly: Microsoft.Crm.Outlook.Sdk (in Microsoft.Crm.Outlook.Sdk.dll)
Syntax
'Declaration
Public Enumeration OutlookSyncType
public enum OutlookSyncType
Members
Member name | Description |
---|---|
AddressBook | The Microsoft Dynamics CRM Address Book Provider has to be synchronized with the data in Microsoft Dynamics CRM. Value = 1. |
Offline | The user's offline database has to be synchronized with the data in Microsoft Dynamics CRM. Value = 2. |
Outlook | The user's Microsoft Outlook store has to be synchronized with the data in Microsoft Dynamics CRM. Value = 0. |
Platforms
Development Platforms
Windows Server 2008, Windows Server 2012, Windows 7 (All Versions), Windows 8 (All Versions)
Target Platforms
Windows Server 2008, ,Windows Server 2012, ,Windows 7 (All Versions),
See Also
Reference
Microsoft.Crm.Outlook.Sdk Namespace
CrmOutlookService.Sync Method
Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.