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
|