FaxInboundRouting object
The FaxInboundRouting configuration object is used by a fax client application to access the inbound routing extensions registered with the fax service, represented by FaxInboundRoutingExtensions objects, and the routing methods the extensions expose, represented by FaxInboundRoutingMethods objects.
Members
The FaxInboundRouting object has these types of members:
Methods
The FaxInboundRouting object has these methods.
Method | Description |
---|---|
GetExtensions | The GetExtensions method retrieves the collection of inbound routing extensions registered with the fax service. |
GetMethods | The GetMethods method retrieves the ordered collection of all the inbound routing methods exposed by all the inbound routing extensions currently registered with the fax service. |
Remarks
A FaxInboundRouting object is accessed through a FaxServer object.
To create a FaxInboundRouting object in Microsoft Visual Basic, call the InboundRouting property of the FaxServer object.
To create a FaxInboundRouting object in C++, call the InboundRouting method.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
IID |
CLSID_FaxInboundRouting |
See also