IFaxRecipients::get_Item method (faxcomex.h)

The Item method returns a FaxRecipient object from the FaxRecipients collection.

Syntax

HRESULT get_Item(
  [in]          long          lIndex,
  [out, retval] IFaxRecipient **ppFaxRecipient
);

Parameters

[in] lIndex

Type: LONG

A LONG value that specifies the item to retrieve from the fax recipient collection. Valid values for this parameter are in the range from 1 to n, where n is the number of recipients returned by a call to the IFaxRecipients::get_Count method.

[out, retval] ppFaxRecipient

Type: IFaxRecipient**

Address of a pointer to a IFaxRecipient interface.

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

Broadcasting a Fax

FaxRecipients

IFaxRecipients