EmailMailboxSyncStatus
EmailMailboxSyncStatus
EmailMailboxSyncStatus
EmailMailboxSyncStatus
Enum
Definition
Defines the sync status of the mailbox.
public : enum class EmailMailboxSyncStatuspublic enum EmailMailboxSyncStatusPublic Enum EmailMailboxSyncStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| AuthenticationError AuthenticationError AuthenticationError AuthenticationError | The mailbox has encountered an authentication error and cannot sync. |
| Idle Idle Idle Idle | The mailbox is idle. |
| ManualAccountRemovalRequired ManualAccountRemovalRequired ManualAccountRemovalRequired ManualAccountRemovalRequired | The account must be manually removed. |
| PolicyError PolicyError PolicyError PolicyError | The mailbox has encountered a policy error and cannot sync. |
| Syncing Syncing Syncing Syncing | The mailbox is currently syncing. |
| UnknownError UnknownError UnknownError UnknownError | The mailbox has encountered an unknown error and cannot sync. |
| UpToDate UpToDate UpToDate UpToDate | The mailbox is up to date. |