다음을 통해 공유


EmailMailbox.CreateResponseMessageAsync 메서드

정의

회신, 전체 회신, 전달 등과 같은 새 응답 전자 메일을 만듭니다.

public:
 virtual IAsyncOperation<EmailMessage ^> ^ CreateResponseMessageAsync(Platform::String ^ messageId, EmailMessageResponseKind responseType, Platform::String ^ subject, EmailMessageBodyKind responseHeaderType, Platform::String ^ responseHeader) = CreateResponseMessageAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<EmailMessage> CreateResponseMessageAsync(winrt::hstring const& messageId, EmailMessageResponseKind const& responseType, winrt::hstring const& subject, EmailMessageBodyKind const& responseHeaderType, winrt::hstring const& responseHeader);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<EmailMessage> CreateResponseMessageAsync(string messageId, EmailMessageResponseKind responseType, string subject, EmailMessageBodyKind responseHeaderType, string responseHeader);
function createResponseMessageAsync(messageId, responseType, subject, responseHeaderType, responseHeader)
Public Function CreateResponseMessageAsync (messageId As String, responseType As EmailMessageResponseKind, subject As String, responseHeaderType As EmailMessageBodyKind, responseHeader As String) As IAsyncOperation(Of EmailMessage)

매개 변수

messageId
String

Platform::String

winrt::hstring

응답할 메시지의 ID입니다.

responseType
EmailMessageResponseKind

회신, 전체 회신, 전달 등과 같은 응답 유형입니다.

subject
String

Platform::String

winrt::hstring

응답 메시지의 제목입니다.

responseHeaderType
EmailMessageBodyKind

일반 텍스트 또는 HTML과 같은 전자 메일 본문의 형식입니다.

responseHeader
String

Platform::String

winrt::hstring

응답 메시지의 헤더입니다.

반환

새로 만든 응답 전자 메일 메시지입니다.

특성

Windows 요구 사항

앱 기능
email emailSystem

적용 대상