EmailMailboxCreateFolderStatus EmailMailboxCreateFolderStatus EmailMailboxCreateFolderStatus EmailMailboxCreateFolderStatus Enum

Definition

Indicates the result of a call to TryCreateFolderAsync.

public : enum class EmailMailboxCreateFolderStatuspublic enum EmailMailboxCreateFolderStatusPublic Enum EmailMailboxCreateFolderStatus// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)

Fields

NameCollision NameCollision NameCollision NameCollision

The folder already exists.

NetworkError NetworkError NetworkError NetworkError

There was a network error while trying to create the folder.

PermissionsError PermissionsError PermissionsError PermissionsError

There was a permissions error while trying to create the folder.

ServerError ServerError ServerError ServerError

There was a server error while trying to create the folder.

ServerRejected ServerRejected ServerRejected ServerRejected

The server rejected the request to create a new folder.

Success Success Success Success

The folder was created successfully.

UnknownFailure UnknownFailure UnknownFailure UnknownFailure

Folder creation failed for an unknown reason.