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

适用于