共用方式為


FaxActivity.QueuedMessages property

The QueuedMessages property is a number that represents the total number of fax jobs in the fax job queue that are pending processing. This does not include jobs for which the number of retries has been exceeded.

This property is read-only.

Syntax

Property QueuedMessages As Long

Property value

A Long that receives the total number of pending jobs in the fax queue.

Remarks

To read 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

Visual Basic Example

FaxActivity

IFaxActivity