IFaxIncomingJobs::get_Item method (faxcomex.h)

Retrieves a FaxIncomingJob object from the FaxIncomingJobs collection.

Syntax

HRESULT get_Item(
  [in]          VARIANT         vIndex,
  [out, retval] IFaxIncomingJob **pFaxIncomingJob
);

Parameters

[in] vIndex

Type: VARIANT

VARIANT that specifies a value that indicates the item to retrieve from the collection. If this parameter is type VT_I2 or VT_I4, it specifies the index of the item to retrieve. The index is 1-based. If this parameter is type VT_BSTR, it specifies a job ID to use to search the collection. Other types are not supported.

[out, retval] pFaxIncomingJob

Type: IFaxIncomingJob**

Receives an indirect pointer to a FaxIncomingJob object.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

IFaxIncomingJobs

Item