FaxDevices object

The FaxDevices collection is used by a fax client application to manage fax devices, where each device is represented by a FaxDevice object.

Members

The FaxDevices object has these types of members:

Properties

The FaxDevices object has these properties.

Property Access type Description
Count
Read-only
The Count property represents the number of objects in the FaxDevices collection. This is the total number of devices used by the fax server.
Item
Read-only
The Item property returns a FaxDevice object from the FaxDevices collection, using its index.
ItemById
Read-only
The get_ItemById property returns a FaxDevice object from the FaxDevices collection, using its device ID.

 

Remarks

A FaxDevices object is accessed through a FaxServer object.

faxserver, faxdevices, and faxdevice objects

To create a FaxDevices object in Microsoft Visual Basic, call the GetDevices property of the FaxServer object.

To create a FaxDevices object in C++, call the GetDevices 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_FaxDevices

See also

Fax Service object hierarchy

IFaxDevices