Share via


AppointmentInvitee.Response Property

Definition

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

Applies to