FaxInboundRoutingMethods object

The FaxInboundRoutingMethods configuration collection is used by a fax client application to manage the ordered inbound fax routing methods.

Members

The FaxInboundRoutingMethods object has these types of members:

Properties

The FaxInboundRoutingMethods object has these properties.

Property Access type Description
Count
Read-only
The Count property represents the number of objects in the FaxInboundRoutingMethods collection. This is the total number of inbound routing methods associated with the fax server.
Item
Read-only
The Item property returns a FaxInboundRoutingMethod object from the FaxInboundRoutingMethods collection.

 

Remarks

Each inbound routing method is represented by a FaxInboundRoutingMethod object. The order of the routing methods in the collection determines the relative order in which the methods execute when an inbound fax requires routing.

A FaxInboundRoutingMethods object is accessed through a FaxInboundRouting object.

faxinboundrouting, faxinboundroutingmethods, and faxinboundroutingmethod objects

To create a FaxInboundRoutingMethods object in Microsoft Visual Basic, call the GetMethods property of the FaxInboundRouting object.

To create a FaxInboundRoutingMethods object in C++, call the GetMethods method.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Faxcomex.h
DLL
Fxscomex.dll
IID
CLSID_FaxInboundRoutingMethods

See also

Fax Service object hierarchy

IFaxInboundRoutingMethods