Platform SDK: Exchange 2000 Server

Item Property

[This is preliminary documentation and subject to change.]

Returns the variant at the specified location in the collection.

[Visual Basic]
Property Item(Index as Long) as Long
read-only
[C++]
HRESULT get_Item(long Index, long *Value);
[IDL]
[propget, id(0)] HRESULT Item(long Index, [out, retval] long *Value);

Parameters

Index
the ordinal index of the variant to retrieve.
Value [C++,IDL]
On return, the variant requested from the collection.

Remarks

Example