Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Returns the Exception object specified by the index.
[Visual Basic, VBScript] Property Item(ByVal Index as Long) as IException read-only [C++] HRESULT get_Item( long Index, IException** pVal); [IDL] HRESULT [propget] Item([in] long Index, [out,retval] IBodyPart** pVal);
The collection index always ranges from 1 to the value returned by the Count property.
Item is the default member on the interface.