Condividi tramite


EmailMailbox.DownloadAttachmentAsync(String) Metodo

Definizione

Scarica in modo asincrono un allegato di posta elettronica.

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

Parametri

attachmentId
String

Platform::String

winrt::hstring

ID dell'allegato da scaricare.

Restituisce

Azione asincrona che indica che l'operazione è stata completata.

Attributi

Requisiti Windows

Funzionalità dell'app
email emailSystem

Si applica a