Platform SDK: Exchange 2000 Server

Item Property

[This is preliminary documentation and subject to change.]

Returns the Attendee object specified by index.

[Visual Basic,VBScript]
Property Item(ByVal Index as Long) as CDO.Attendee
read-only
[C++]
HRESULT get_Item(long* Index, IAttendee** pVal);
[IDL]
HRESULT [propget] Item([in] long Index, [out,retval] IAttendee** pVal);

Remarks

Item is the default member on the interface. The collection index always ranges from 1 to the value returned by the Count property.