MeetingRequestMessageType.Resources Property

Definition

The Resources property gets or sets an array that contains elements of type AttendeeType that represents the scheduled resources for the meeting that is associated with this instance of the MeetingRequestMessageType class.

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

Property Value

The Resources property returns an array that contains elements of type AttendeeType that represents the scheduled resources for the meeting that is associated with this instance of the MeetingRequestMessageType class.

Applies to