EmailMailboxSyncStatus 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.
Defines the sync status of the mailbox.
public enum class EmailMailboxSyncStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class EmailMailboxSyncStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum EmailMailboxSyncStatus
var value = Windows.ApplicationModel.Email.EmailMailboxSyncStatus.idle
Public Enum EmailMailboxSyncStatus
- Inheritance
-
EmailMailboxSyncStatus
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
email
emailSystem
|
Fields
Name | Value | Description |
---|---|---|
Idle | 0 | The mailbox is idle. |
Syncing | 1 | The mailbox is currently syncing. |
UpToDate | 2 | The mailbox is up to date. |
AuthenticationError | 3 | The mailbox has encountered an authentication error and cannot sync. |
PolicyError | 4 | The mailbox has encountered a policy error and cannot sync. |
UnknownError | 5 | The mailbox has encountered an unknown error and cannot sync. |
ManualAccountRemovalRequired | 6 | The account must be manually removed. |
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1511 | 10586 | ManualAccountRemovalRequired |