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

适用于