AppointmentInvitee.Response 属性

定义

获取或设置 AppointmentParticipantResponse 类型的值,该值指示参与者对约会邀请的响应。

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

属性值

AppointmentParticipantResponse 类型值,指示参与者对约会邀请的响应。

Windows 要求

应用功能
appointmentsSystem

适用于