FaxIncomingQueue.Blocked property

The Blocked property is a Boolean value that indicates whether the job queue for incoming faxes is blocked.

This property is read/write.

Syntax

Property Blocked As Boolean

Property value

a value that indicates whether the job queue for incoming faxes is blocked.

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

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

FaxIncomingQueue

IFaxIncomingQueue