Share via


EmailMailboxCreateFolderStatus Enum

Definition

Indicates the result of a call to TryCreateFolderAsync.

public enum class EmailMailboxCreateFolderStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
enum class EmailMailboxCreateFolderStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public enum EmailMailboxCreateFolderStatus
var value = Windows.ApplicationModel.Email.EmailMailboxCreateFolderStatus.success
Public Enum EmailMailboxCreateFolderStatus
Inheritance
EmailMailboxCreateFolderStatus
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v2.0)
App capabilities
email emailSystem

Fields

Name Value Description
Success 0

The folder was created successfully.

NetworkError 1

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

PermissionsError 2

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

ServerError 3

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

UnknownFailure 4

Folder creation failed for an unknown reason.

NameCollision 5

The folder already exists.

ServerRejected 6

The server rejected the request to create a new folder.

Applies to