AppointmentCalendar.TryCreateOrUpdateAppointmentAsync 方法

定义

异步尝试创建或更新会议。

public:
 virtual IAsyncOperation<bool> ^ TryCreateOrUpdateAppointmentAsync(Appointment ^ appointment, bool notifyInvitees) = TryCreateOrUpdateAppointmentAsync;
IAsyncOperation<bool> TryCreateOrUpdateAppointmentAsync(Appointment const& appointment, bool const& notifyInvitees);
public IAsyncOperation<bool> TryCreateOrUpdateAppointmentAsync(Appointment appointment, bool notifyInvitees);
function tryCreateOrUpdateAppointmentAsync(appointment, notifyInvitees)
Public Function TryCreateOrUpdateAppointmentAsync (appointment As Appointment, notifyInvitees As Boolean) As IAsyncOperation(Of Boolean)

参数

appointment
Appointment

要创建或更新的会议。

notifyInvitees
Boolean

bool

一个布尔值,指示是否应通知被邀请者。

返回

一个布尔值,指示操作是否成功。

Windows 要求

应用功能
appointmentsSystem

适用于