IFeedsEnum::Item Method
Returns an object by index.
Syntax
HRESULT Item( LONG index, IDispatch **disp );
Parameters
- index
[in] Long integer value that specifies the zero-based index of the object to retrieve.- disp
[out, retval] Address of a pointer variable of type IDispatch that receives the feed, feed item, or folder.
Return Value
Returns S_OK if successful, or an error value otherwise.