EmailMailbox.TryEmptyFolderAsync(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.
Versuchen Sie asynchron, den Inhalt eines E-Mail-Ordners zu löschen.
public:
virtual IAsyncOperation<EmailMailboxEmptyFolderStatus> ^ TryEmptyFolderAsync(Platform::String ^ folderId) = TryEmptyFolderAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<EmailMailboxEmptyFolderStatus> TryEmptyFolderAsync(winrt::hstring const& folderId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<EmailMailboxEmptyFolderStatus> TryEmptyFolderAsync(string folderId);
function tryEmptyFolderAsync(folderId)
Public Function TryEmptyFolderAsync (folderId As String) As IAsyncOperation(Of EmailMailboxEmptyFolderStatus)
Parameter
Gibt zurück
Ein asynchroner Vorgang mit einem EmailMailboxEmptyFolderStatus-Wert, der die status des Löschvorgangs darstellt.
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v2.0)
|
App-Funktionen |
email
emailSystem
|