AppointmentCalendarCancelMeetingRequest 类

定义

表示用户取消日历会议的请求。

public ref class AppointmentCalendarCancelMeetingRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppointmentCalendarCancelMeetingRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppointmentCalendarCancelMeetingRequest
Public NotInheritable Class AppointmentCalendarCancelMeetingRequest
继承
Object Platform::Object IInspectable AppointmentCalendarCancelMeetingRequest
属性

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
应用功能
appointmentsSystem

注解

系统生成此类的实例,并将其设置为 CancelMeetingRequested 事件的 AppointmentCalendarCancelMeetingRequestEventArgs 参数中的属性

属性

AppointmentCalendarLocalId

唯一标识本地设备上的日历。

AppointmentLocalId

获取一个字符串,该字符串唯一标识本地设备上的约会。

AppointmentOriginalStartTime

获取定期约会的原始开始时间。

Comment

获取用户可能编写的有关取消会议的文本注释。

NotifyInvitees

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

Subject

获取响应的主题。

方法

ReportCompletedAsync()

通知系统取消会议的任务已完成。

ReportFailedAsync()

通知系统取消会议的任务失败。

适用于