IFaxActivity::get_OutgoingMessages method (faxcomex.h)

The IFaxActivity::get_OutgoingMessages property is a number that represents the total number of outgoing fax jobs that the fax service is in the process of sending.

This property is read-only.

Syntax

HRESULT get_OutgoingMessages(
  long *plOutgoingMessages
);

Parameters

plOutgoingMessages

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