FaxActivity object

The FaxActivity configuration object is a read-only object. The object permits a fax client application to access information about the activity on a connected fax server. For example, you can retrieve information about the number of outbound routing jobs that are currently executing, those that are pending processing, and those that are waiting in the job queue.

Members

The FaxActivity object has these types of members:

Methods

The FaxActivity object has these methods.

Method Description
Refresh The Refresh method refreshes FaxActivity information from the fax server.
The Refresh method refreshes IFaxActivity information from the fax server.

 

Properties

The FaxActivity object has these properties.

Property Access type Description
IncomingMessages
Read-only
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.
OutgoingMessages
Read-only
The OutgoingMessages property is a number that represents the total number of outgoing fax jobs that the fax service is in the process of sending.
QueuedMessages
Read-only
The 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.
RoutingMessages
Read-only
The RoutingMessages property is a number that represents the total number of incoming fax jobs that the fax service is currently routing.

 

Remarks

A FaxActivity object is accessed through a FaxServer object.

faxserver and faxactivity objects

To create a FaxActivity object in Microsoft Visual Basic, call the Activity property of the FaxServer object.

To create a FaxActivity object in C++, call the Activity method.

You can configure whether the fax service logs information about incoming and outgoing fax jobs in an activity log database. The FaxActivityLogging configuration object permits configuration of the activity logging options that the fax service uses.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Faxcomex.h
DLL
Fxscomex.dll
IID
CLSID_FaxActivity

See also

Fax Service object hierarchy

IFaxActivity