IFaxOutboundRoutingGroup interface (faxcomex.h)

The IFaxOutboundRoutingGroup interface describes a configuration object that is used by a fax client application to retrieve information about an individual fax outbound routing group. The object also includes a method to retrieve the ordered collection of device IDs (IFaxDeviceIds interfaces) that participate in the routing group. The order of the devices in the collection determines the relative order in which available devices send outgoing transmissions.

Inheritance

The IFaxOutboundRoutingGroup interface inherits from the IDispatch interface.

Methods

The IFaxOutboundRoutingGroup interface has these methods.

 
IFaxOutboundRoutingGroup::get_DeviceIds

The DeviceIds property retrieves an interface that represents the ordered collection of device IDs that participate in the outbound routing group.
IFaxOutboundRoutingGroup::get_Name

The Name property is a null-terminated string that specifies the name of the outbound routing group.
IFaxOutboundRoutingGroup::get_Status

The Status property indicates the collective status of the fax devices in the outbound routing group.

Remarks

A default implementation of IFaxOutboundRoutingGroup is provided as the FaxOutboundRoutingGroup 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