Поделиться через


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

Идентификатор загружаемого вложения.

Возвращаемое значение

Асинхронное действие, указывающее, что операция завершена.

Атрибуты

Требования к Windows

Возможности приложения
email emailSystem

Применяется к