FaxDeviceIds object

The FaxDeviceIds configuration collection is used by a fax client application to enumerate the ordered fax device IDs associated with a FaxOutboundRoutingGroup object. The collection includes methods to add, remove, and change the order of devices. The order of the devices in the collection determines the relative order in which available fax devices send outgoing transmissions.

Members

The FaxDeviceIds object has these types of members:

Methods

The FaxDeviceIds object has these methods.

Method Description
Add The Add method adds a fax device to the FaxDeviceIds collection, using the device's ID.
Remove The Remove method removes an item from the FaxDeviceIds collection.
SetOrder The SetOrder method changes the order of a device in the ordered FaxDeviceIds collection.

 

Properties

The FaxDeviceIds object has these properties.

Property Access type Description
Count
Read-only
The Count property represents the number of objects in the FaxDeviceIds collection. This is the total number of device IDs associated with the fax server.
Item
Read/write
The Item property represents a device ID from the FaxDeviceIds collection.

 

Remarks

A FaxDeviceIds object is accessed through a FaxOutboundRoutingGroup object.

faxoutboundroutinggroups, faxoutboundroutinggroup, and faxdeviceids objects

To create a FaxDeviceIds object in Microsoft Visual Basic, call the DeviceIds property of the FaxOutboundRoutingGroup object.

To create a FaxDeviceIds object in C++, call the DeviceIds 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_FaxDeviceIds

See also

Fax Service object hierarchy

IFaxDeviceIds