FaxStatus

The FaxStatus object permits a fax client application to retrieve status information for a specific port on a connected fax server. You can use the object to provide real-time status information about a FaxPort object.

A FaxStatus object is created by a FaxPort object.

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 FaxStatus object, and for a list of the object's properties and methods, see IFaxStatus.

Visual Basic

Create by calling the GetStatus method of the FaxPort object.

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