IFaxInboundRoutingMethods interface (faxcomex.h)
The IFaxInboundRoutingMethods interface defines a configuration collection used by a fax client application to manage the ordered inbound fax routing methods.
Inheritance
The IFaxInboundRoutingMethods interface inherits from the IDispatch interface. IFaxInboundRoutingMethods also has these types of members:
Methods
The IFaxInboundRoutingMethods interface has these methods.
IFaxInboundRoutingMethods::get__NewEnum The IFaxInboundRoutingMethods::get__NewEnum method returns a reference to an enumerator object that you can use to iterate through the IFaxInboundRoutingMethods collection. |
IFaxInboundRoutingMethods::get_Count The IFaxInboundRoutingMethods::get_Count property represents the number of objects in the IFaxInboundRoutingMethods collection. This is the total number of inbound routing methods associated with the fax server. |
IFaxInboundRoutingMethods::get_Item The IFaxInboundRoutingMethods::get_Item method returns a IFaxInboundRoutingMethod object from the IFaxInboundRoutingMethods collection. |
Remarks
Each inbound routing method is represented by a IFaxInboundRoutingMethod interface. 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 default implementation of IFaxInboundRoutingMethods is provided as the FaxInboundRoutingMethods 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 |