Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IFaxInboundRoutingExtensions interface defines a configuration collection used by a fax client application to manage the inbound fax routing extensions registered with the fax service. Each extension is represented by a FaxInboundRoutingExtension object.
Inheritance
The IFaxInboundRoutingExtensions interface inherits from the IDispatch interface. IFaxInboundRoutingExtensions also has these types of members:
Methods
The IFaxInboundRoutingExtensions interface has these methods.
| IFaxInboundRoutingExtensions::get__NewEnum The IFaxInboundRoutingExtensions::get__NewEnum method returns a reference to an enumerator object that you can use to iterate through the IFaxInboundRoutingExtensions collection. |
| IFaxInboundRoutingExtensions::get_Count The IFaxInboundRoutingExtensions::get_Count property represents the number of objects in the IFaxInboundRoutingExtensions collection. This is the total number of inbound routing extensions associated with the fax server. |
| IFaxInboundRoutingExtensions::get_Item The IFaxInboundRoutingExtensions::get_Item method returns a IFaxInboundRoutingExtension interface from the IFaxInboundRoutingExtensions collection. |
Remarks
A default implementation of IFaxInboundRoutingExtensions is provided as the FaxInboundRoutingExtensions 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 |