IFaxOutgoingQueue::put_Paused method (faxcomex.h)

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

This property is read/write.

Syntax

HRESULT put_Paused(
  VARIANT_BOOL bPaused
);

Parameters

bPaused

Return value

None

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

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxOutgoingQueue

IFaxOutgoingQueue

Setting the Outgoing Queue Properties