EmailAttachment.DownloadState プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
電子メールの添付ファイルのダウンロード状態を取得または設定します。
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
プロパティ値
電子メールの添付ファイルのダウンロード状態。
Windows の要件
アプリの機能 |
email
emailSystem
|