IFaxOutboundRoutingRules interface (faxcomex.h)
The IFaxOutboundRoutingRules interface describes a configuration collection that 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 IFaxOutboundRoutingRule interface.
Inheritance
The IFaxOutboundRoutingRules interface inherits from the IDispatch interface. IFaxOutboundRoutingRules also has these types of members:
Methods
The IFaxOutboundRoutingRules interface has these methods.
IFaxOutboundRoutingRules::Add The IFaxOutboundRoutingRules::Add method adds an outbound routing rule (IFaxOutboundRoutingRule interface) to the collection defined by the IFaxOutboundRoutingRules interface. |
IFaxOutboundRoutingRules::get__NewEnum The IFaxOutboundRoutingRules::get__NewEnum method returns a reference to an enumerator object that you can use to iterate through the FaxOutboundRoutingRules collection. |
IFaxOutboundRoutingRules::get_Count The IFaxOutboundRoutingRules::get_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. |
IFaxOutboundRoutingRules::get_Item The IFaxOutboundRoutingRules::get_Item method returns a IFaxOutboundRoutingRule interface from the IFaxOutboundRoutingRules interface using the routing rule's index. |
IFaxOutboundRoutingRules::ItemByCountryAndArea The IFaxOutboundRoutingRules::get_ItemByCountryAndArea method returns an outbound routing rule (FaxOutboundRoutingRule object) from the collection using the routing rule's country/region code and area code. |
IFaxOutboundRoutingRules::Remove The IFaxOutboundRoutingRules::Remove method removes an outbound routing rule (FaxOutboundRoutingRule object) from the FaxOutboundRoutingRules collection using the routing rule's index. |
IFaxOutboundRoutingRules::RemoveByCountryAndArea The IFaxOutboundRoutingRules::RemoveByCountryAndArea method removes an outbound routing rule (FaxOutboundRoutingRule object) from the collection using the routing rule's country/region code and area code. |
Remarks
A default implementation of IFaxOutboundRoutingRules is provided as the FaxOutboundRoutingRules object.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | faxcomex.h |