AppointmentCalendarForwardMeetingRequest.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 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
|