FaxRoutingMethods

The FaxRoutingMethods object represents a collection of FaxRoutingMethod objects. The FaxRoutingMethods object permits a fax client application to enumerate the fax routing methods associated with a specific fax port, and to create FaxRoutingMethod objects for those routing methods.

A FaxRoutingMethods object is created by a FaxPort object. FaxRoutingMethod objects are created by FaxRoutingMethods objects.

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 FaxRoutingMethods object, and for a list of the object's properties and methods, see IFaxRoutingMethods.

Visual Basic

Create by calling the GetRoutingMethods method of the FaxPort object.

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