AppointmentInvitee.Response 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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
|