EmailMailbox.CreateResponseMessageAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
회신, 전체 회신, 전달 등과 같은 새 응답 전자 메일을 만듭니다.
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
|