CalendarItemType.RequiredAttendees Property
The RequiredAttendees property gets or sets an instance of an array of the type AttendeeType that represents attendees that are required to attend a meeting.
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 instance an array of the type AttendeeType that represents attendees that are required to attend a meeting.
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
Reference
CalendarItemType Class
CalendarItemType Members
ExchangeWebServices Namespace