共用方式為


AppointmentCalendar.TryUpdateMeetingResponseAsync 方法

定義

以非同步方式嘗試更新會議邀請的回應。

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

適用於