EmailMailbox.DownloadAttachmentAsync(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
|