Partager via


EmailMailbox.DownloadAttachmentAsync(String) Méthode

Définition

Télécharge de manière asynchrone une pièce jointe d’e-mail.

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

Paramètres

attachmentId
String

Platform::String

winrt::hstring

ID de la pièce jointe à télécharger.

Retours

Action asynchrone indiquant que l’opération est terminée.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
email emailSystem

S’applique à