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
|