AppointmentCalendar.TryCancelMeetingAsync メソッド

定義

非同期的に会議のキャンセルを試みます。

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

適用対象