AppointmentCalendar.TryCancelMeetingAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以非同步方式嘗試取消會議。
public:
virtual IAsyncOperation<bool> ^ TryCancelMeetingAsync(Appointment ^ meeting, Platform::String ^ subject, Platform::String ^ comment, bool notifyInvitees) = TryCancelMeetingAsync;
IAsyncOperation<bool> TryCancelMeetingAsync(Appointment const& meeting, winrt::hstring const& subject, winrt::hstring const& comment, bool const& notifyInvitees);
public IAsyncOperation<bool> TryCancelMeetingAsync(Appointment meeting, string subject, string comment, bool notifyInvitees);
function tryCancelMeetingAsync(meeting, subject, comment, notifyInvitees)
Public Function TryCancelMeetingAsync (meeting As Appointment, subject As String, comment As String, notifyInvitees As Boolean) As IAsyncOperation(Of Boolean)
參數
- meeting
- Appointment
要取消的會議。
- subject
-
String
Platform::String
winrt::hstring
取消通知的主旨。
- comment
-
String
Platform::String
winrt::hstring
取消通知的本文。
- notifyInvitees
-
Boolean
bool
布林值,指出是否應該通知受邀者。
傳回
布林值,指出作業是否成功。
Windows 需求
應用程式功能 |
appointmentsSystem
|