This method retrieves the specified element from the error queue. There are two variations of this method.
HRESULT Item(
ULONG iIndex,
REPOSERROR *psError
);
HRESULT Item(
ULONG iIndex,
IErrorInfo **ppIErrorInfo
);
Parameters
Return Value
S_OK
The method completed successfully.
This method failed to complete successfully.