MeetingRequestMessageType.RequiredAttendees Property
The RequiredAttendees property gets or sets an array that contains elements of type AttendeeType that represents the attendees that are required to attend the meeting that is associated with this instance of the MeetingRequestMessageType class.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property RequiredAttendees As AttendeeType()
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As AttendeeType()
value = instance.RequiredAttendees
instance.RequiredAttendees = value
public AttendeeType[] RequiredAttendees { get; set; }
Property Value
Type: []
The RequiredAttendees property returns an array that contains elements of type AttendeeType that represents the attendees that are required to attend the meeting that is associated with this instance of the MeetingRequestMessageType class.
See Also