IFaxOutboundRoutingRule interface (faxcomex.h)
The IFaxOutboundRoutingRule interface describes a configuration object that is used by a fax client application to set and retrieve information about an individual fax outbound routing rule.
Inheritance
The IFaxOutboundRoutingRule interface inherits from the IDispatch interface. IFaxOutboundRoutingRule also has these types of members:
Methods
The IFaxOutboundRoutingRule interface has these methods.
IFaxOutboundRoutingRule::get_AreaCode The IFaxOutboundRoutingRule::get_AreaCode property specifies the area code to which the outbound routing rule applies. |
IFaxOutboundRoutingRule::get_CountryCode The IFaxOutboundRoutingRule::get_CountryCode property specifies the country/region code to which the outbound routing rule applies. |
IFaxOutboundRoutingRule::get_DeviceId The IFaxOutboundRoutingRule::get_DeviceId property specifies the device ID if the outbound routing rule points to a single fax device. (Get) |
IFaxOutboundRoutingRule::get_GroupName The IFaxOutboundRoutingRule::get_GroupName property specifies the group name if the outbound routing rule points to a group of fax devices. (Get) |
IFaxOutboundRoutingRule::get_Status The IFaxOutboundRoutingRule::get_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. |
IFaxOutboundRoutingRule::get_UseDevice The IFaxOutboundRoutingRule::get_UseDevice property is a Boolean value that indicates whether the outbound routing rule points to a single fax device. (Get) |
IFaxOutboundRoutingRule::put_DeviceId The IFaxOutboundRoutingRule::get_DeviceId property specifies the device ID if the outbound routing rule points to a single fax device. (Put) |
IFaxOutboundRoutingRule::put_GroupName The IFaxOutboundRoutingRule::get_GroupName property specifies the group name if the outbound routing rule points to a group of fax devices. (Put) |
IFaxOutboundRoutingRule::put_UseDevice The IFaxOutboundRoutingRule::get_UseDevice property is a Boolean value that indicates whether the outbound routing rule points to a single fax device. (Put) |
IFaxOutboundRoutingRule::Refresh The IFaxOutboundRoutingRule::Refresh method refreshes FaxOutboundRoutingRule object information from the fax server. |
IFaxOutboundRoutingRule::Save The IFaxOutboundRoutingRule::Save method saves the FaxOutboundRoutingRule object data. |
Remarks
A default implementation of IFaxOutboundRoutingRule is provided as the FaxOutboundRoutingRule 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 |