FaxOutboundRouting object
The FaxOutboundRouting configuration object is used by a fax client application to configure the outbound routing groups (FaxOutboundRoutingGroups objects) and outbound routing rules (FaxOutboundRoutingRules objects).
Members
The FaxOutboundRouting object has these types of members:
Methods
The FaxOutboundRouting object has these methods.
Method | Description |
---|---|
GetGroups | The GetGroups method retrieves the collection of outbound routing groups. |
GetRules | The GetRules method retrieves the collection of outbound routing groups. |
Remarks
A FaxOutboundRouting object is accessed through a FaxServer object.
To create a FaxOutboundRouting object in Microsoft Visual Basic, call the OutboundRouting property of the FaxServer object.
To create a FaxOutboundRouting object in C++, call the OutboundRouting method.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
IID |
CLSID_FaxOutboundRouting |
See also