IFaxActivity::get_IncomingMessages method (faxcomex.h)

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

HRESULT get_IncomingMessages(
  long *plIncomingMessages
);

Parameters

plIncomingMessages

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