Freigeben über


EmailMailbox.DownloadAttachmentAsync(String) Methode

Definition

Lädt eine E-Mail-Anlage asynchron herunter.

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

Parameter

attachmentId
String

Platform::String

winrt::hstring

Die ID der herunterzuladenden Anlage.

Gibt zurück

Eine asynchrone Aktion, die angibt, dass der Vorgang abgeschlossen wurde.

Attribute

Windows-Anforderungen

App-Funktionen
email emailSystem

Gilt für: