IFaxOutgoingQueue::put_Blocked method (faxcomex.h)

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

This property is read/write.

Syntax

HRESULT put_Blocked(
  VARIANT_BOOL bBlocked
);

Parameters

bBlocked

Return value

None

Remarks

If this property is equal to TRUE, the outbound job queue is blocked and the fax service is not accepting outbound fax submissions. If this property is equal to FALSE, the queue is not blocked.

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