IFaxActivity::get_QueuedMessages method (faxcomex.h)

The IFaxActivity::get_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

HRESULT get_QueuedMessages(
  long *plQueuedMessages
);

Parameters

plQueuedMessages

Return value

None

Remarks

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

FaxActivity

IFaxActivity

Visual Basic Example