IFaxIncomingJob::get_RoutingInformation method (faxcomex.h)

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

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

FaxIncomingJob

IFaxIncomingJob

Visual Basic Example