MeetingRequestMessageType.OptionalAttendees Property
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.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property OptionalAttendees As AttendeeType()
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As AttendeeType()
value = instance.OptionalAttendees
instance.OptionalAttendees = value
public AttendeeType[] OptionalAttendees { get; set; }
Property Value
Type: []
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.
See Also