FaxInboundRoutingExtensions object

The FaxInboundRoutingExtensions configuration collection is 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.

Members

The FaxInboundRoutingExtensions object has these types of members:

Properties

The FaxInboundRoutingExtensions object has these properties.

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

 

Remarks

A FaxInboundRoutingExtensions object is accessed through a FaxInboundRouting object.

faxinboundrouting, faxroutingextensions, and faxroutingextension objects

To create a FaxInboundRoutingExtensions object in Microsoft Visual Basic, call the GetExtensions property of the FaxInboundRouting object.

To create a FaxInboundRoutingExtensions object in C++, call the GetExtensions 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_FaxInboundRoutingExtensions

See also

Fax Service object hierarchy

IFaxInboundRoutingExtensions