EmailAttachment.DownloadState Property

Definition

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

Applies to