EmailMailboxEmptyFolderStatus EmailMailboxEmptyFolderStatus EmailMailboxEmptyFolderStatus EmailMailboxEmptyFolderStatus Enum

Definition

Indicates the result of a call to TryEmptyFolderAsync.

public : enum class EmailMailboxEmptyFolderStatuspublic enum EmailMailboxEmptyFolderStatusPublic Enum EmailMailboxEmptyFolderStatus// 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 empty the folder.

PermissionsError PermissionsError PermissionsError PermissionsError

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

ServerError ServerError ServerError ServerError

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

Success Success Success Success

The folder was successfully emptied.

UnknownFailure UnknownFailure UnknownFailure UnknownFailure

There was an unknown error while trying to empty the folder.