MeetingRequestMessageType.OptionalAttendees Property

Definition

The OptionalAttendees property gets or sets an array that contains elements of type AttendeeType that represents the attendees that are not required to attend the meeting that is associated with this instance of the MeetingRequestMessageType class.

public:
 property cli::array <ExchangeWebServices::AttendeeType ^> ^ OptionalAttendees { cli::array <ExchangeWebServices::AttendeeType ^> ^ get(); void set(cli::array <ExchangeWebServices::AttendeeType ^> ^ value); };
public ExchangeWebServices.AttendeeType[] OptionalAttendees { get; set; }
Public Property OptionalAttendees As AttendeeType()

Property Value

The OptionalAttendees property returns an array that contains elements of the type AttendeeType that represents the attendees that are not required to attend the meeting that is associated with this instance of the MeetingRequestMessageType class.

Applies to