Share via


MeetingRequestMessageType.Resources Property

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.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property Resources As AttendeeType()
    Get
    Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As AttendeeType()

value = instance.Resources

instance.Resources = value
public AttendeeType[] Resources { get; set; }

Property Value

Type: []
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.