EmailMailboxDeleteFolderStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the result of a call to TryDeleteFolderAsync.
public enum class EmailMailboxDeleteFolderStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
enum class EmailMailboxDeleteFolderStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public enum EmailMailboxDeleteFolderStatus
var value = Windows.ApplicationModel.Email.EmailMailboxDeleteFolderStatus.success
Public Enum EmailMailboxDeleteFolderStatus
- Inheritance
-
EmailMailboxDeleteFolderStatus
- 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 successfully deleted. |
NetworkError | 1 | There was a network error while trying to delete the folder. |
PermissionsError | 2 | There was a permissions error while trying to delete the folder. |
ServerError | 3 | There was a server error while trying to delete the folder. |
UnknownFailure | 4 | Folder deletion failed for an unknown reason. |
CouldNotDeleteEverything | 5 | An error occurred while deleting parts of the folder. |