Freigeben über


CrmOutlookService.Sync Methode

Triggers a synchronization event between Microsoft Dynamics CRM für Microsoft Office Outlook mit Offlinezugriff in Microsoft Office Outlook and the Microsoft Dynamics CRM server.

Namespace: Microsoft.Crm.Outlook.Sdk
Assembly: Microsoft.Crm.Outlook.Sdk (in Microsoft.Crm.Outlook.Sdk.dll)

Syntax

'Declaration
Public Sub Sync ( _
    syncType As OutlookSyncType _
)
public void Sync (
    OutlookSyncType syncType
)

Parameter

  • syncType
    Type: OutlookSyncType. The target to which synchronization needs to be triggered: Outlook, the Microsoft Dynamics CRM Address Book Provider or the Offline database.

Anmerkungen

Triggers a synchronization event between Microsoft Dynamics CRM für Microsoft Office Outlook mit Offlinezugriff and the Microsoft Dynamics CRM Server. The synchronization occurs in the background and there is no user interaction. If there is a failure during synchronization there is no feedback provided. The method is synchronous and will not return until the synchronization operation is completed.

Throws an InvalidOperationException if the client is not loaded, Dynamics CRM für Outlook client (no offline access) is installed or if the client is offline.

Throws an ArgumentException if the syncType is not supported.

Thread-Sicherheit

Alle öffentlichen statischen Mitglieder (Shared in Visual Basic) dieses Typs sind thread-sicher. Bei Instanzmitgliedern kann keine Garantie für die Thread-Sicherheit übernommen werden.

Plattformen

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

Windows Server 2008,Windows Server 2012,Windows 7

Siehe auch

Referenz

CrmOutlookService Klasse
CrmOutlookService Mitglieder
Microsoft.Crm.Outlook.Sdk Namespace

Weitere Ressourcen

Sample: Use Outlook Methods

Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.