IFaxIncomingMessage::get_RoutingInformation method (faxcomex.h)

The RoutingInformation property is a null-terminated string that indicates inbound routing information for the fax message.

This property is read-only.

Syntax

HRESULT get_RoutingInformation(
  BSTR *pbstrRoutingInformation
);

Parameters

pbstrRoutingInformation

Return value

None

Remarks

For more information about routing information, see the RoutingInfo member of the FAX_DEV_STATUS structure.

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

FaxIncomingMessage

IFaxIncomingMessage

Visual Basic Example