AppointmentInvitee.Response Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen AppointmentParticipantResponse-typisierten Wert ab, der die Antwort eines Teilnehmers auf eine Terminseinladung angibt, oder legt diesen fest.
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
Eigenschaftswert
Ein AppointmentParticipantResponse-typisierter Wert, der die Antwort eines Teilnehmers auf eine Terminseinladung angibt.
Windows-Anforderungen
App-Funktionen |
appointmentsSystem
|