Compartir a través de


Método CrmOutlookService.GoOnline

Se aplica a: CRM 2015 on-prem, CRM Online

Synchronizes Microsoft Dynamics CRM para Microsoft Office Outlook con acceso sin conexión with the online Microsoft Dynamics CRM server.

Espacio de nombres: Microsoft.Crm.Outlook.Sdk
Ensamblado: Microsoft.Crm.Outlook.Sdk (en Microsoft.Crm.Outlook.Sdk.dll)

Sintaxis

'Declaración
Public Sub GoOnline
public void GoOnline ()

Comentarios

Replays all the operations that were performed while Microsoft Dynamics CRM para Microsoft Office Outlook con acceso sin conexión 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.

Advertencia

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 para Outlook client (no offline access) is installed or if the client is offline.

Seguridad de hilo

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para el hilo. No se garantiza que los miembros de instancia sean seguros para el hilo.

Plataformas

Plataformas de desarrollo

Windows Vista, Windows Server 2003 y

Plataformas de destino

Windows Vista,Windows XP

Change History

Vea también

Referencia

Clase de CrmOutlookService
Miembros de CrmOutlookService
Espacio de nombres de Microsoft.Crm.Outlook.Sdk

Otros recursos

Sample: Use Outlook Methods

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