FaxOutboundRoutingGroup object

The FaxOutboundRoutingGroup configuration object 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 (FaxDeviceIds object) 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.

Members

The FaxOutboundRoutingGroup object has these types of members:

Properties

The FaxOutboundRoutingGroup object has these properties.

Property Access type Description
DeviceIds
Read-only
The DeviceIds property retrieves the ordered collection of device IDs that participate in the outbound routing group. The order of the devices in the collection determines the relative order in which available devices send outgoing transmissions.
Name
Read-only
The Name property is a null-terminated string that specifies the name of the outbound routing group.
Status
Read-only
The Status property indicates the collective status of the fax devices in the outbound routing group.

 

Remarks

A FaxOutboundRoutingGroup object is accessed through a FaxOutboundRoutingGroups object.

faxoutboundroutinggroups and faxoutboundroutinggroup objects

To create a FaxOutboundRoutingGroup object in Microsoft Visual Basic, call the Item property of the FaxOutboundRoutingGroups object.

To create a FaxOutboundRoutingGroup 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
Faxcomex.h
DLL
Fxscomex.dll
IID
CLSID_FaxOutboundRoutingGroup

See also

Fax Service object hierarchy

FaxOutboundRoutingGroup