AppointmentCalendar.TryUpdateMeetingResponseAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
会議出席依頼への応答を非同期的に更新しようとします。
public:
virtual IAsyncOperation<bool> ^ TryUpdateMeetingResponseAsync(Appointment ^ meeting, AppointmentParticipantResponse response, Platform::String ^ subject, Platform::String ^ comment, bool sendUpdate) = TryUpdateMeetingResponseAsync;
IAsyncOperation<bool> TryUpdateMeetingResponseAsync(Appointment const& meeting, AppointmentParticipantResponse const& response, winrt::hstring const& subject, winrt::hstring const& comment, bool const& sendUpdate);
public IAsyncOperation<bool> TryUpdateMeetingResponseAsync(Appointment meeting, AppointmentParticipantResponse response, string subject, string comment, bool sendUpdate);
function tryUpdateMeetingResponseAsync(meeting, response, subject, comment, sendUpdate)
Public Function TryUpdateMeetingResponseAsync (meeting As Appointment, response As AppointmentParticipantResponse, subject As String, comment As String, sendUpdate As Boolean) As IAsyncOperation(Of Boolean)
パラメーター
- meeting
- Appointment
更新する会議。
- response
- AppointmentParticipantResponse
承諾、仮承諾、辞退など、会議出席依頼への応答。
- subject
-
String
Platform::String
winrt::hstring
応答の件名。
- comment
-
String
Platform::String
winrt::hstring
応答の本文。
- sendUpdate
-
Boolean
bool
会議の開催者に返信を送信するかどうかを示すブール値。
戻り値
操作が成功したかどうかを示すブール値。
Windows の要件
アプリの機能 |
appointmentsSystem
|