EmailAttachmentDownloadState Enum

Definition

Defines the states of an email attachment download.

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

Windows requirements

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

Fields

Downloaded 2

The attachment has been downloaded.

Downloading 1

The attachment is currently downloading.

Failed 3

The attachment has failed.

NotDownloaded 0

The attachment is not yet downloaded.

Applies to