FaxServer.GetDeviceProviders method

The GetDeviceProviders method creates a FaxDeviceProviders object, a collection of fax service providers (FSPs) that are currently registered with the fax service. You can use the FaxDeviceProviders object to enumerate the FSPs associated with a fax server and to create and access FaxDeviceProvider objects for them.

Syntax

FaxServer.GetDeviceProviders() As FaxDeviceProviders

Parameters

This method has no parameters.

Return value

Type: FaxDeviceProviders**

A FaxDeviceProviders object.

Remarks

To use this method, a user must have the farQUERY_CONFIG access right.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

Visual Basic Example

FaxServer

IFaxServer