EmailMailboxDeleteFolderStatus EmailMailboxDeleteFolderStatus EmailMailboxDeleteFolderStatus EmailMailboxDeleteFolderStatus Enum

Definition

Indicates the result of a call to TryDeleteFolderAsync.

public : enum class EmailMailboxDeleteFolderStatuspublic enum EmailMailboxDeleteFolderStatusPublic Enum EmailMailboxDeleteFolderStatus// 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

CouldNotDeleteEverything CouldNotDeleteEverything CouldNotDeleteEverything CouldNotDeleteEverything

An error occurred while deleting parts of the folder.

NetworkError NetworkError NetworkError NetworkError

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

PermissionsError PermissionsError PermissionsError PermissionsError

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

ServerError ServerError ServerError ServerError

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

Success Success Success Success

The folder was successfully deleted.

UnknownFailure UnknownFailure UnknownFailure UnknownFailure

Folder deletion failed for an unknown reason.