IFaxRecipient::get_FaxNumber method (faxcomex.h)

The IFaxRecipient::get_FaxNumber property is a null-terminated string that contains the fax number associated with the recipient.

This property is read/write.

Syntax

HRESULT get_FaxNumber(
  BSTR *pbstrFaxNumber
);

Parameters

pbstrFaxNumber

Return value

None

Remarks

If this string contains a canonical fax number (defined in the Address topic of the Telephony Application Programming Interface (TAPI) documentation—see the Canonical Addresses subheading), then the outbound routing rules will be applied. Otherwise, the first available device will be used and the fax number we be dialed as it appears in the string.

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

FaxRecipient

IFaxRecipient