EmailAttachmentDownloadState
EmailAttachmentDownloadState
EmailAttachmentDownloadState
EmailAttachmentDownloadState
Enum
Definition
Defines the states of an email attachment download.
public : enum class EmailAttachmentDownloadStatepublic enum EmailAttachmentDownloadStatePublic Enum EmailAttachmentDownloadState// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Downloaded Downloaded Downloaded Downloaded | The attachment has been downloaded. |
| Downloading Downloading Downloading Downloading | The attachment is currently downloading. |
| Failed Failed Failed Failed | The attachment has failed. |
| NotDownloaded NotDownloaded NotDownloaded NotDownloaded | The attachment is not yet downloaded. |