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
<XmlArrayItemAttribute("Attendee", IsNullable:=False)> _
Public Property RequiredAttendees As AttendeeType()
[XmlArrayItemAttribute("Attendee", IsNullable=false)] 
public AttendeeType[] RequiredAttendees { get; set; }
[XmlArrayItemAttribute(L"Attendee", IsNullable=false)] 
public:
property array<AttendeeType^>^ RequiredAttendees {
    array<AttendeeType^>^ get ();
    void set (array<AttendeeType^>^ value);
}
/** @property */
public AttendeeType[] get_RequiredAttendees ()

/** @property */
public void set_RequiredAttendees (AttendeeType[] value)
public function get RequiredAttendees () : AttendeeType[]

public function set RequiredAttendees (value : AttendeeType[])

Property Value

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.

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)