다음을 통해 공유


EmailMailbox.TryMoveMessageAsync(String, String) 메서드

정의

지정된 전자 메일 메시지를 비동기적으로 이동하려고 시도합니다.

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)

매개 변수

messageId
String

Platform::String

winrt::hstring

이동할 전자 메일 메시지의 ID입니다.

newParentFolderId
String

Platform::String

winrt::hstring

전자 메일 메시지가 상주해야 하는 새 폴더의 ID입니다.

반환

이동에 성공했는지 여부를 나타내는 부울 값입니다.

특성

Windows 요구 사항

앱 기능
email emailSystem

적용 대상