FaxRoutingMethod

The FaxRoutingMethod object permits a fax client application to access fax routing configuration information for a fax port on a connected fax server. Use this object to retrieve and set routing information for a specific fax port and to enable or disable a fax routing method on a port.

A FaxRoutingMethod object is created by a FaxRoutingMethods object.

A fax client application must create an instance of a FaxServer object before accessing most other objects that begin with Fax. (A fax server connection is not required to access a FaxTiff object.)

C/C++

For more information about creating an instance of a FaxRoutingMethod object, and for a list of the object's properties and methods, see IFaxRoutingMethod.

Visual Basic

Create by retrieving the Item property of the FaxRoutingMethods object.

For more information about creating a FaxRoutingMethod object, and for a list of the properties and methods of the object, see FaxRoutingMethod object (Visual Basic).