FaxRoutingMethod.RoutingData property
The RoutingData property is a null-terminated string that contains the routing string for an incoming fax transmission.
This property is read-only.
Syntax
Property RoutingData As String
Property value
A String that receives the routing string for an incoming fax transmission. The string must be of the form: Canonical-Phone-Number[|Additional-Routing-Info]
where Canonical-Phone-Number
is defined in the Address topic of the TAPI documentation (see the Canonical Address subheading); and Additional-Routing-Info
is the subaddress of a Canonical Address, and uses the subaddress format.
Remarks
RoutingData allocates the memory required for the buffer pointed to by the pVal parameter. The client application must call the SysFreeString function to deallocate the resources associated with this parameter. For more information, see Freeing Fax Resources.
Requirements
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
DLL |
|
See also