Appointment.Invitees Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of participants for the appointment. Invitees is of type IVector(AppointmentInvitee). If an organizer is set and invitee length is greater than 0, a call to an AppointmentManagerAPI fails with E_INVALIDARG. The number of invitees is unlimited.
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)
Property Value
The list of participants for the appointment.
Windows requirements
App capabilities |
appointmentsSystem
|