ClientState Enumeration
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains the possible states for the State property.
Namespace: Microsoft.Crm.Outlook.Sdk
Assembly: Microsoft.Crm.Outlook.Sdk (in Microsoft.Crm.Outlook.Sdk.dll)
Syntax
public enum ClientState
Public Enumeration ClientState
Members
Member name | Description | |
---|---|---|
BackgroundGoingOffline | The background synchronization to the offline database is in progress. Value = 12. |
|
ClientLoadFailure | There was a failure in loading Dynamics 365 for Outlook during Microsoft Outlook startup.Value = 6. |
|
ClientVersionHigher | The Dynamics 365 for Outlook version is later than that on the server. Value = 8. |
|
ClientVersionLower | The Dynamics 365 for Outlook version is earlier than that on the server. Value = 7. |
|
Disable | The Dynamics 365 for Outlook client is disabled. Value = 14. |
|
GoingOffline | Dynamics 365 for Outlook is going offline. Value = 4. |
|
GoingOfflineCanceled | The user canceled the go offline process.Value = 11. |
|
GoingOnline | Dynamics 365 for Outlook is going online.Value = 5. |
|
NotConfigured | The Dynamics 365 for Outlook client is not yet configured. Value = 13. |
|
Offline | Dynamics 365 for Outlook is offline. Value = 1. |
|
Online | Dynamics 365 for Outlook is online. Value = 0. |
|
OnlineCrmNotAvailable | The Microsoft Dynamics 365 server is not available. Value = 10. |
|
PostOfflineUpgrade | Dynamics 365 for Outlook was upgraded while offline. Value = 9. |
|
SyncToOutlook | Dynamics 365 for Outlook is currently synchronizing Microsoft Outlook with Microsoft Dynamics 365.Value = 2. |
|
SyncToOutlookError | There was an error in the last synchronization between Microsoft Outlook and Microsoft Dynamics 365.Value = 3. |
|
Unknown | The state of the Dynamics 365 for Outlook client is unknown. Value = -1. |
See Also
Microsoft.Crm.Outlook.Sdk Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright