Appointment.Organizer 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 l’organisateur du rendez-vous. L’organisateur est de type AppointmentOrganizer. Si un organisateur est défini et que la longueur de l’invitation est supérieure à 0, un appel à une API AppointmentManageréchoue avec E_INVALIDARG. Le nombre d’invités est illimité.
public:
property AppointmentOrganizer ^ Organizer { AppointmentOrganizer ^ get(); void set(AppointmentOrganizer ^ value); };
AppointmentOrganizer Organizer();
void Organizer(AppointmentOrganizer value);
public AppointmentOrganizer Organizer { get; set; }
var appointmentOrganizer = appointment.organizer;
appointment.organizer = appointmentOrganizer;
Public Property Organizer As AppointmentOrganizer
Valeur de propriété
Objet AppointmentOrganizer qui indique l’organisateur du rendez-vous.
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|