ClientState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the possible states for the State property.
public enum class ClientState
public enum ClientState
type ClientState =
Public Enum ClientState
- Inheritance
-
ClientState
Fields
Name | Value | Description |
---|---|---|
Unknown | -1 | The state of the Dynamics 365 for Outlook client is unknown. Value = -1. |
Online | 0 | Dynamics 365 for Outlook is online. Value = 0. |
Offline | 1 | Dynamics 365 for Outlook is offline. Value = 1. |
SyncToOutlook | 2 | Dynamics 365 for Outlook is currently synchronizing Microsoft Outlook with Microsoft Dynamics 365. Value = 2. |
SyncToOutlookError | 3 | There was an error in the last synchronization between Microsoft Outlook and Microsoft Dynamics 365.Value = 3. |
GoingOffline | 4 | Dynamics 365 for Outlook is going offline. Value = 4. |
GoingOnline | 5 | Dynamics 365 for Outlook is going online.Value = 5. |
ClientLoadFailure | 6 | There was a failure in loading Dynamics 365 for Outlook during Microsoft Outlook startup.Value = 6. |
ClientVersionLower | 7 | The Dynamics 365 for Outlook version is earlier than that on the server. Value = 7. |
ClientVersionHigher | 8 | The Dynamics 365 for Outlook version is later than that on the server. Value = 8. |
PostOfflineUpgrade | 9 | Dynamics 365 for Outlook was upgraded while offline. Value = 9. |
OnlineCrmNotAvailable | 10 | The Microsoft Dynamics 365 server is not available. Value = 10. |
GoingOfflineCanceled | 11 | The user canceled the go offline process.Value = 11. |
BackgroundGoingOffline | 12 | The background synchronization to the offline database is in progress. Value = 12. |
NotConfigured | 13 | The Dynamics 365 for Outlook client is not yet configured. Value = 13. |
Disable | 14 | The Dynamics 365 for Outlook client is disabled. Value = 14. |