次の方法で共有


EmailMailbox.DownloadAttachmentAsync(String) メソッド

定義

電子メールの添付ファイルを非同期的にダウンロードします。

public:
 virtual IAsyncAction ^ DownloadAttachmentAsync(Platform::String ^ attachmentId) = DownloadAttachmentAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction DownloadAttachmentAsync(winrt::hstring const& attachmentId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction DownloadAttachmentAsync(string attachmentId);
function downloadAttachmentAsync(attachmentId)
Public Function DownloadAttachmentAsync (attachmentId As String) As IAsyncAction

パラメーター

attachmentId
String

Platform::String

winrt::hstring

ダウンロードする添付ファイルの ID。

戻り値

操作が完了したことを示す非同期アクション。

属性

Windows の要件

アプリの機能
email emailSystem

適用対象