FaxServer.GetDevices method

The GetDevices method creates a FaxDevices object, a collection of all the fax devices exposed by all the fax service providers (FSPs) currently registered with the fax service.

Syntax

FaxServer.GetDevices() As FaxDevices

Parameters

This method has no parameters.

Return value

Type: FaxDevices**

A FaxDevices object.

Remarks

You can use the FaxDevices object to enumerate the fax devices associated with a connected fax server and to create FaxDevice objects for them.

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