EmailAttachment.DownloadState Property
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.
Gets or sets the download state of the email attachment.
public:
property EmailAttachmentDownloadState DownloadState { EmailAttachmentDownloadState get(); void set(EmailAttachmentDownloadState value); };
EmailAttachmentDownloadState DownloadState();
void DownloadState(EmailAttachmentDownloadState value);
public EmailAttachmentDownloadState DownloadState { get; set; }
var emailAttachmentDownloadState = emailAttachment.downloadState;
emailAttachment.downloadState = emailAttachmentDownloadState;
Public Property DownloadState As EmailAttachmentDownloadState
Property Value
The download state of the email attachment.
Windows requirements
App capabilities |
email
emailSystem
|