FaxOutboundRoutingRules object

The FaxOutboundRoutingRules configuration collection is used by a fax client application to manage the fax outbound routing rules. The collection also includes methods to add and remove rules from the collection. Each outbound routing rule is represented by a FaxOutboundRoutingRule object.

Members

The FaxOutboundRoutingRules object has these types of members:

Methods

The FaxOutboundRoutingRules object has these methods.

Method Description
Add The Add method adds an outbound routing rule (FaxOutboundRoutingRule object) to the FaxOutboundRoutingRules collection.
ItemByCountryAndArea The ItemByCountryAndArea method returns an outbound routing rule (FaxOutboundRoutingRule object) from the collection using the routing rule's country/region code and area code.
Remove The Remove method removes an outbound routing rule (FaxOutboundRoutingRule object) from the FaxOutboundRoutingRules collection using the routing rule's index.
RemoveByCountryAndArea The RemoveByCountryAndArea method removes an outbound routing rule (FaxOutboundRoutingRule object) from the collection using the routing rule's country/region code and area code.

 

Properties

The FaxOutboundRoutingRules object has these properties.

Property Access type Description
Count
Read-only
The Count property represents the number of objects in the FaxOutboundRoutingRules collection. This is the total number of outbound routing rules associated with the fax server.
Item
Read-only
The Item property returns a FaxOutboundRoutingRule object from the FaxOutboundRoutingRules collection using the routing rule's index.

 

Remarks

A FaxOutboundRoutingRules object is accessed through a FaxOutboundRouting object.

faxoutboundrouting and faxoutboundroutingrules objects

To create a FaxOutboundRoutingRules object in Microsoft Visual Basic, call the GetRules method of the FaxOutboundRouting object.

To create a FaxOutboundRoutingRules object in C++, call the GetRules 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_FaxOutboundRoutingRules