AppointmentCalendarForwardMeetingRequest.Invitees Property

Definition

Gets a list of the new invitees to receive the forwarded meeting.

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)

Property Value

A list of new invitees.

Windows requirements

App capabilities
appointmentsSystem

Applies to