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 FaxOutboundRoutingRule configuration object is used by a fax client application to set and retrieve information about an individual fax outbound routing rule.
Members
The FaxOutboundRoutingRule object has these types of members:
Methods
The FaxOutboundRoutingRule object has these methods.
Method | Description |
---|---|
Refresh | The Refresh method refreshes FaxOutboundRoutingRule object information from the fax server. |
Save | The Save method saves the FaxOutboundRoutingRule object data. |
Properties
The FaxOutboundRoutingRule object has these properties.
Property | Access type | Description |
---|---|---|
AreaCode |
Read-only |
The AreaCode property specifies the area code to which the outbound routing rule applies. |
CountryCode |
Read-only |
The CountryCode property specifies the country/region code to which the outbound routing rule applies. |
DeviceId |
Read/write |
The DeviceId property specifies the device ID if the outbound routing rule points to a single fax device. |
GroupName |
Read/write |
The GroupName property specifies the group name if the outbound routing rule points to a group of fax devices. |
Status |
Read-only |
The Status property indicates the current status of the outbound routing rule; for example, whether the rule is valid and whether it can apply to fax jobs. |
UseDevice |
Read/write |
The UseDevice property is a Boolean value that indicates whether the outbound routing rule points to a single fax device. |
Remarks
A FaxOutboundRoutingRule object is accessed through a FaxOutboundRoutingRules object.
Note
Changes made to the FaxOutboundRoutingRule object will not be saved until you call the Save method.
To create a FaxOutboundRoutingRule object in Microsoft Visual Basic, call the Item property of the FaxOutboundRoutingRule object.
To create a FaxOutboundRoutingRule object in C++, call the Item method.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
IID |
CLSID_FaxOutboundRoutingRule |