EmailMailboxSyncStatus Enum

Definition

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

AuthenticationError 3

The mailbox has encountered an authentication error and cannot sync.

Idle 0

The mailbox is idle.

ManualAccountRemovalRequired 6

The account must be manually removed.

PolicyError 4

The mailbox has encountered a policy error and cannot sync.

Syncing 1

The mailbox is currently syncing.

UnknownError 5

The mailbox has encountered an unknown error and cannot sync.

UpToDate 2

The mailbox is up to date.

Remarks

Version history

Windows version SDK version Value added
1511 10586 ManualAccountRemovalRequired

Applies to