FaxServer

The FaxServer object permits a fax client application to connect to and disconnect from an active fax server. After you obtain a connection, you can create other objects you need; for example, FaxDoc, FaxJobs and FaxPorts objects. You can also use the FaxServer object to set and retrieve information relative to the connected fax server.

FaxDoc, FaxJobs and FaxPorts objects are created by FaxServer objects.

A fax client application must create an instance of a FaxServer object before accessing most other objects that begin with Fax. (A fax server connection is not required to access a FaxTiff object.)

C/C++

For more information about creating an instance of a FaxServer object, and for a list of the object's properties and methods, see IFaxServer.

Visual Basic

Create a FaxServer object by calling the Visual Basic CreateObject function.

For more information about creating a FaxServer object, and for a list of the properties and methods of the object, see FaxServer object (Visual Basic).