FaxServer.PauseServerQueue property

Sets or retrieves the PauseServerQueue property for a FaxServer object. The PauseServerQueue property is a Boolean value that indicates whether the fax server has paused the fax job queue.

This property is read/write.

Syntax

Property PauseServerQueue As Boolean

Property value

A Boolean that specifies or receives whether the fax server has paused the outbound fax job queue. If this value is True, the queue has been paused. If this value is False, the queue is active.

Remarks

An administrator might pause the fax job queue for various reasons. For example, the administrator may need to perform queue management, or free a fax device for an inbound reception or for another application's use.

Requirements

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Faxcom.h
DLL
Faxcom.dll

See also

FaxServer

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

FaxServer