IFaxIncomingQueue::put_Blocked method (faxcomex.h)

The Blocked property is a Boolean value that indicates whether the job queue for incoming 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 inbound job queue is blocked and the fax service is not answering incoming fax calls. If this property is equal to FALSE, the queue is not blocked.

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

FaxIncomingQueue

IFaxIncomingQueue