Platform SDK: Exchange 2000 Server |
[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);
Item is the default member on the interface. The collection index always ranges from 1 to the value returned by the Count property.