AppointmentCalendar.CanNotifyInvitees 属性

定义

获取或设置一个布尔值,该值指示日历是否支持通知与会者。

public:
 property bool CanNotifyInvitees { bool get(); void set(bool value); };
bool CanNotifyInvitees();

void CanNotifyInvitees(bool value);
public bool CanNotifyInvitees { get; set; }
var boolean = appointmentCalendar.canNotifyInvitees;
appointmentCalendar.canNotifyInvitees = boolean;
Public Property CanNotifyInvitees As Boolean

属性值

Boolean

bool

指示日历是否支持通知与会者的布尔值。

Windows 要求

应用功能
appointmentsSystem

适用于