Freigeben über


EmailMailbox.TryMoveMessageAsync(String, String) Methode

Definition

Versucht asynchron, die angegebene E-Mail-Nachricht zu verschieben.

public:
 virtual IAsyncOperation<bool> ^ TryMoveMessageAsync(Platform::String ^ messageId, Platform::String ^ newParentFolderId) = TryMoveMessageAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryMoveMessageAsync(winrt::hstring const& messageId, winrt::hstring const& newParentFolderId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryMoveMessageAsync(string messageId, string newParentFolderId);
function tryMoveMessageAsync(messageId, newParentFolderId)
Public Function TryMoveMessageAsync (messageId As String, newParentFolderId As String) As IAsyncOperation(Of Boolean)

Parameter

messageId
String

Platform::String

winrt::hstring

Die ID der zu verschiebenden E-Mail-Nachricht.

newParentFolderId
String

Platform::String

winrt::hstring

Die ID des neuen Ordners, in dem sich die E-Mail-Nachricht befinden soll.

Gibt zurück

Ein boolescher Wert, der angibt, ob die Verschiebung erfolgreich war.

Attribute

Windows-Anforderungen

App-Funktionen
email emailSystem

Gilt für: