Appointment.Invitees 属性

定义

获取约会的参与者列表。 被邀请者的类型为 IVector (AppointmentInvitee) 。 如果设置了组织者并且被邀请者的长度大于 0,则对 AppointmentManagerAPI 的调用将失败,并 E_INVALIDARG。 被邀请者的数量不受限制。

public:
 property IVector<AppointmentInvitee ^> ^ Invitees { IVector<AppointmentInvitee ^> ^ get(); };
IVector<AppointmentInvitee> Invitees();
public IList<AppointmentInvitee> Invitees { get; }
var iVector = appointment.invitees;
Public ReadOnly Property Invitees As IList(Of AppointmentInvitee)

属性值

约会的参与者列表。

Windows 要求

应用功能
appointmentsSystem

适用于