ClientState 枚举

应用到: CRM 2015 on-prem, CRM Online, Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

Contains the possible states for the State property.

命名空间: Microsoft.Crm.Outlook.Sdk
程序集: Microsoft.Crm.Outlook.Sdk (在 Microsoft.Crm.Outlook.Sdk.dll 中)

语法

声明
Public Enumeration ClientState
public enum ClientState

成员

成员名称 描述
BackgroundGoingOffline The background synchronization to the offline database is in progress. Value = 12.
ClientLoadFailure There was a failure in loading CRM for Outlook during Microsoft Outlook startup.Value = 6.
ClientVersionHigher The CRM for Outlook version is later than that on the server. Value = 8.
ClientVersionLower The CRM for Outlook version is earlier than that on the server. Value = 7.
Disable The CRM for Outlook client is disabled. Value = 14.
GoingOffline CRM for Outlook is going offline. Value = 4.
GoingOfflineCanceled The user canceled the go offline process.Value = 11.
GoingOnline CRM for Outlook is going online.Value = 5.
NotConfigured The CRM for Outlook client is not yet configured. Value = 13.
Offline CRM for Outlook is offline. Value = 1.
Online CRM for Outlook is online. Value = 0.
OnlineCrmNotAvailable The Microsoft Dynamics CRM server is not available. Value = 10.
PostOfflineUpgrade CRM for Outlook was upgraded while offline. Value = 9.
SyncToOutlook CRM for Outlook is currently synchronizing Microsoft Outlook with Microsoft Dynamics CRM.Value = 2.
SyncToOutlookError There was an error in the last synchronization between Microsoft Outlook and Microsoft Dynamics CRM.Value = 3.
Unknown The state of the CRM for Outlook client is unknown. Value = -1.

平台

开发平台

Windows Vista、Windows Server 2003 和

目标平台

Windows Vista,Windows XP

另请参阅

参考

Microsoft.Crm.Outlook.Sdk 命名空间

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