AppointmentInvitee.Response 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 de type AppointmentParticipantResponse qui indique la réponse d’un participant concernant une invitation de rendez-vous.
public:
property AppointmentParticipantResponse Response { AppointmentParticipantResponse get(); void set(AppointmentParticipantResponse value); };
AppointmentParticipantResponse Response();
void Response(AppointmentParticipantResponse value);
public AppointmentParticipantResponse Response { get; set; }
var appointmentParticipantResponse = appointmentInvitee.response;
appointmentInvitee.response = appointmentParticipantResponse;
Public Property Response As AppointmentParticipantResponse
Valeur de propriété
Valeur de type AppointmentParticipantResponse qui indique la réponse d’un participant concernant une invitation au rendez-vous.
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|