IFaxActivity::get_RoutingMessages method (faxcomex.h)

The IFaxActivity::get_RoutingMessages property is a number that represents the total number of incoming fax jobs that the fax service is currently routing.

This property is read-only.

Syntax

HRESULT get_RoutingMessages(
  long *plRoutingMessages
);

Parameters

plRoutingMessages

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