FaxActivity.IncomingMessages property

The IncomingMessages property is a number that represents the total number of incoming fax jobs that the fax service is currently in the process of receiving.

This property is read-only.

Syntax

Property IncomingMessages As Long

Property value

A Long that receives the total number of incoming fax jobs that the fax service is currently receiving.

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