Freigeben über


EmailMailboxCreateFolderRequest.ReportFailedAsync Methode

Definition

Informiert den Client darüber, dass die Anforderung nicht erfolgreich verarbeitet wurde.

Der erfolgreiche Abschluss der asynchronen Aktion gibt an, dass der Wert des status Parameters den Grund für den Fehler meldet.

public:
 virtual IAsyncAction ^ ReportFailedAsync(EmailMailboxCreateFolderStatus status) = ReportFailedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportFailedAsync(EmailMailboxCreateFolderStatus const& status);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportFailedAsync(EmailMailboxCreateFolderStatus status);
function reportFailedAsync(status)
Public Function ReportFailedAsync (status As EmailMailboxCreateFolderStatus) As IAsyncAction

Parameter

status
EmailMailboxCreateFolderStatus

Ein EmailMailboxCreateFolderStatus-Wert , der angibt, warum der Vorgang fehlgeschlagen ist.

Gibt zurück

Ein asynchroner Erstellungsvorgang für ein EmailMailboxCreateFolderRequest-Objekt .

Attribute

Windows-Anforderungen

App-Funktionen
email emailSystem

Gilt für: