AppointmentCalendar.CanNotifyInvitees Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
|