AppointmentInvitee.Response Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a AppointmentParticipantResponse-typed value that indicates the response from a participant concerning an appointment invitation.
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
Property Value
A AppointmentParticipantResponse-typed value that indicates the response from a participant concerning an appointment invitation.
Windows requirements
App capabilities |
appointmentsSystem
|