Énumération ClientState
S'applique à: CRM 2015 on-prem, CRM Online, Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online
Contains the possible states for the State property.
Espace de noms: Microsoft.Crm.Outlook.Sdk
Assembly: Microsoft.Crm.Outlook.Sdk (dans Microsoft.Crm.Outlook.Sdk.dll)
Syntaxe
'Déclaration
Public Enumeration ClientState
public enum ClientState
Membres
Nom du membre | Description |
---|---|
BackgroundGoingOffline | The background synchronization to the offline database is in progress. Value = 12. |
ClientLoadFailure | There was a failure in loading CRM pour Outlook during Microsoft Outlook startup.Value = 6. |
ClientVersionHigher | The CRM pour Outlook version is later than that on the server. Value = 8. |
ClientVersionLower | The CRM pour Outlook version is earlier than that on the server. Value = 7. |
Disable | The CRM pour Outlook client is disabled. Value = 14. |
GoingOffline | CRM pour Outlook is going offline. Value = 4. |
GoingOfflineCanceled | The user canceled the go offline process.Value = 11. |
GoingOnline | CRM pour Outlook is going online.Value = 5. |
NotConfigured | The CRM pour Outlook client is not yet configured. Value = 13. |
Offline | CRM pour Outlook is offline. Value = 1. |
Online | CRM pour Outlook is online. Value = 0. |
OnlineCrmNotAvailable | The Microsoft Dynamics CRM server is not available. Value = 10. |
PostOfflineUpgrade | CRM pour Outlook was upgraded while offline. Value = 9. |
SyncToOutlook | CRM pour 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 pour Outlook client is unknown. Value = -1. |
Plateformes
Plateformes de développement
Windows Vista, Windows Server 2003 et
Plateformes cibles
Windows Vista,Windows XP
Voir aussi
Référence
Espace de noms Microsoft.Crm.Outlook.Sdk
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.