CalendarItemType.RequiredAttendees 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.
The RequiredAttendees property gets or sets an instance of an array of the type AttendeeType that represents attendees that are required to attend a meeting.
public:
property cli::array <ExchangeWebServices::AttendeeType ^> ^ RequiredAttendees { cli::array <ExchangeWebServices::AttendeeType ^> ^ get(); void set(cli::array <ExchangeWebServices::AttendeeType ^> ^ value); };
public ExchangeWebServices.AttendeeType[] RequiredAttendees { get; set; }
Public Property RequiredAttendees As AttendeeType()
Property Value
The RequiredAttendees property returns an instance an array of the type AttendeeType that represents attendees that are required to attend a meeting.