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
<XmlArrayItemAttribute("Attendee", IsNullable:=False)> _
Public Property OptionalAttendees As AttendeeType()
[XmlArrayItemAttribute("Attendee", IsNullable=false)]
public AttendeeType[] OptionalAttendees { get; set; }
[XmlArrayItemAttribute(L"Attendee", IsNullable=false)]
public:
property array<AttendeeType^>^ OptionalAttendees {
array<AttendeeType^>^ get ();
void set (array<AttendeeType^>^ value);
}
/** @property */
public AttendeeType[] get_OptionalAttendees ()
/** @property */
public void set_OptionalAttendees (AttendeeType[] value)
public function get OptionalAttendees () : AttendeeType[]
public function set OptionalAttendees (value : 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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also