EmailMailbox.DownloadAttachmentAsync(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
電子メールの添付ファイルを非同期的にダウンロードします。
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
|