Partager via


Méthode CrmOutlookService.GoOnline

S'applique à: CRM 2015 on-prem, CRM Online

Synchronizes Microsoft Dynamics CRM pour Microsoft Office Outlook avec accès hors connexion with the online Microsoft Dynamics CRM server.

Espace de noms: Microsoft.Crm.Outlook.Sdk
Assembly: Microsoft.Crm.Outlook.Sdk (dans Microsoft.Crm.Outlook.Sdk.dll)

Syntaxe

'Déclaration
Public Sub GoOnline
public void GoOnline ()

Remarques

Replays all the operations that were performed while Microsoft Dynamics CRM pour Microsoft Office Outlook avec accès hors connexion was offline to the server. This method is synchronous and triggers UI interaction with the user. If there are errors during the playback, the method will not return until the error dialog box is dismissed.

Avertissement

Because this function triggers UI interaction with the user it cannot be used within a plugin. This can cause the process to stop responding or cause unexpected behavior.

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

Cohérence de thread

Tous les membres statiques publics (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres d'instance ne sont pas garantis thread-safe.

Plateformes

Plateformes de développement

Windows Vista, Windows Server 2003 et

Plateformes cibles

Windows Vista,Windows XP

Change History

Voir aussi

Référence

Classe CrmOutlookService
Membres CrmOutlookService
Espace de noms Microsoft.Crm.Outlook.Sdk

Autres ressources

Sample: Use Outlook Methods

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