Compartir a través de


EmailMailbox.DownloadAttachmentAsync(String) Método

Definición

Descarga de forma asincrónica un archivo adjunto de correo electrónico.

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

Identificador de los datos adjuntos que se van a descargar.

Devoluciones

Acción asincrónica que indica que la operación se ha completado.

Atributos

Requisitos de Windows

Características de aplicaciones
email emailSystem

Se aplica a