FaxOutgoingQueue.Paused property

The Paused property is a Boolean value that indicates whether the job queue for outgoing faxes is paused.

This property is read/write.

Syntax

Property Paused As Boolean

Property value

A Boolean that specifies or receives whether the job queue for outgoing faxes is paused.

Remarks

If this property is equal to True, the job queue is paused and the fax service is not processing jobs in the queue. If this property is equal to False, the outgoing queue is not paused.

To read or to write to this property, 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

FaxOutgoingQueue

IFaxOutgoingQueue

Setting the Outgoing Queue Properties