EmailAttachmentDownloadState 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.
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
Name | Value | Description |
---|---|---|
NotDownloaded | 0 | The attachment is not yet downloaded. |
Downloading | 1 | The attachment is currently downloading. |
Downloaded | 2 | The attachment has been downloaded. |
Failed | 3 | The attachment has failed. |