Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FaxDeviceProviders configuration collection contains the fax device providers on a connected fax server. This collection is used by a fax client application to retrieve information about the fax service providers (FSPs) registered with the fax service, represented by FaxDeviceProvider objects.
Members
The FaxDeviceProviders object has these types of members:
Properties
The FaxDeviceProviders object has these properties.
Property | Access type | Description |
---|---|---|
Count |
Read-only |
The Count property represents the number of objects in the FaxDeviceProviders collection. This is the total number of fax device providers associated with the fax server. |
Item |
Read/write |
The Item property returns a FaxDeviceProvider object from the FaxDeviceProviders collection. |
Remarks
A FaxDeviceProviders object is accessed through a FaxServer object.
To create a FaxDeviceProviders object in Microsoft Visual Basic, call the GetDeviceProviders property of the FaxServer object.
To create a FaxDeviceProviders object in C++, call the GetDeviceProviders method.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
IID |
CLSID_FaxDeviceProviders |
See also