CrmOutlookService.GoOnline メソッド

適用対象: CRM 2015 on-prem, CRM Online

Synchronizes オフライン アクセス対応 Microsoft Office Outlook 用 Microsoft Dynamics CRM with the online Microsoft Dynamics CRM server.

名前空間: Microsoft.Crm.Outlook.Sdk
アセンブリ: Microsoft.Crm.Outlook.Sdk (Microsoft.Crm.Outlook.Sdk.dll に含まれる)

構文

'宣言
Public Sub GoOnline
public void GoOnline ()

備考

Replays all the operations that were performed while オフライン アクセス対応 Microsoft Office Outlook 用 Microsoft Dynamics CRM 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.

警告

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

スレッド セーフ

この種類のパブリックな静的 (Visual Basic では Shared) メンバーはスレッド セーフです。インスタンス メンバーがスレッド セーフであることは保証されません。

プラットフォーム

開発プラットフォーム

Windows Vista、Windows Server 2003、および

対象プラットフォーム

Windows Vista、Windows XP

Change History

関連項目

参照

CrmOutlookService クラス
CrmOutlookService のメンバー
Microsoft.Crm.Outlook.Sdk 名前空間

他のリソース

Sample: Use Outlook Methods

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