Platform SDK: Exchange 2000 Server

Attendees Property

[This is preliminary documentation and subject to change.]

Returns the IAttendees interface on the implementing object.

[Visual Basic,VBScript]
Property Attendees As IAttendees
read-only
[C++]
HRESULT get_Attendees(IAttendees** pVal);
[IDL]
HRESULT [propget] Attendees ([out,retval] IAttendees** pVal);

Remarks