Compartilhar via


EmailMailbox.DownloadAttachmentAsync(String) Método

Definição

Baixa de forma assíncrona um anexo de email.

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

Parâmetros

attachmentId
String

Platform::String

winrt::hstring

A ID do anexo a ser baixado.

Retornos

Uma ação assíncrona que indica que a operação foi concluída.

Atributos

Requisitos do Windows

Funcionalidades do aplicativo
email emailSystem

Aplica-se a