Freigeben über


AppointmentCalendar.CanNotifyInvitees Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob der Kalender die Benachrichtigung von Teilnehmern unterstützt, oder legt diesen fest.

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

Eigenschaftswert

Boolean

bool

Boolescher Wert, der angibt, ob der Kalender die Benachrichtigung von Teilnehmern unterstützt.

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: