Platform SDK: Exchange 2000 Server

Item Property

[This is preliminary documentation and subject to change.]

Returns the integer 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 integer to retrieve.
Value [C++,IDL]
On return, the integer requested from the collection.

Remarks

Example