次の方法で共有


EmailMailbox.TryUpdateMeetingResponseAsync メソッド

定義

会議出席依頼への応答を非同期的に試みます。

public:
 virtual IAsyncOperation<bool> ^ TryUpdateMeetingResponseAsync(EmailMessage ^ meeting, EmailMeetingResponseType response, Platform::String ^ subject, Platform::String ^ comment, bool sendUpdate) = TryUpdateMeetingResponseAsync;
IAsyncOperation<bool> TryUpdateMeetingResponseAsync(EmailMessage const& meeting, EmailMeetingResponseType const& response, winrt::hstring const& subject, winrt::hstring const& comment, bool const& sendUpdate);
public IAsyncOperation<bool> TryUpdateMeetingResponseAsync(EmailMessage meeting, EmailMeetingResponseType response, string subject, string comment, bool sendUpdate);
function tryUpdateMeetingResponseAsync(meeting, response, subject, comment, sendUpdate)
Public Function TryUpdateMeetingResponseAsync (meeting As EmailMessage, response As EmailMeetingResponseType, subject As String, comment As String, sendUpdate As Boolean) As IAsyncOperation(Of Boolean)

パラメーター

meeting
EmailMessage

会議出席依頼。

response
EmailMeetingResponseType

会議出席依頼への応答、承諾、辞退、または仮承諾。

subject
String

Platform::String

winrt::hstring

応答メール メッセージの件名。

comment
String

Platform::String

winrt::hstring

応答メール メッセージの本文。

sendUpdate
Boolean

bool

会議の発信者に返信を送信するかどうかを示すブール値。

戻り値

応答が正常に送信されたかどうかを示すブール値。

Windows の要件

アプリの機能
email emailSystem

適用対象