IFaxActivity interface (faxcomex.h)
The IFaxActivity interface defines a read-only configuration 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.
Inheritance
The IFaxActivity interface inherits from the IDispatch interface. IFaxActivity also has these types of members:
Methods
The IFaxActivity interface has these methods.
IFaxActivity::get_IncomingMessages 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. |
IFaxActivity::get_OutgoingMessages 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. |
IFaxActivity::get_QueuedMessages The IFaxActivity::get_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. |
IFaxActivity::get_RoutingMessages The IFaxActivity::get_RoutingMessages property is a number that represents the total number of incoming fax jobs that the fax service is currently routing. |
IFaxActivity::Refresh The IFaxActivity::Refresh method refreshes FaxActivity information from the fax server. |
Remarks
A default implementation of IFaxActivity is provided as the FaxActivity object.
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
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 |