Partager via


AppointmentCalendar.CanNotifyInvitees Propriété

Définition

Obtient ou définit une valeur booléenne qui indique si le calendrier prend en charge la notification des participants.

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

Valeur de propriété

Boolean

bool

Valeur booléenne qui indique si le calendrier prend en charge la notification des participants.

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

S’applique à