AppointmentCalendarForwardMeetingRequest.Invitees 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取要接收转发会议的新被邀请者的列表。
public:
property IVectorView<AppointmentInvitee ^> ^ Invitees { IVectorView<AppointmentInvitee ^> ^ get(); };
IVectorView<AppointmentInvitee> Invitees();
public IReadOnlyList<AppointmentInvitee> Invitees { get; }
var iVectorView = appointmentCalendarForwardMeetingRequest.invitees;
Public ReadOnly Property Invitees As IReadOnlyList(Of AppointmentInvitee)
属性值
新被邀请者的列表。
Windows 要求
应用功能 |
appointmentsSystem
|