IFaxOutgoingJobs interface (faxcomex.h)

The IFaxOutgoingJobs interface describes a messaging collection that is used by a fax client application to manage the outbound fax jobs in a fax server's job queue. Each outbound job is represented by a IFaxOutgoingJob interface.

Inheritance

The IFaxOutgoingJobs interface inherits from the IDispatch interface. IFaxOutgoingJobs also has these types of members:

Methods

The IFaxOutgoingJobs interface has these methods.

 
IFaxOutgoingJobs::get__NewEnum

The IFaxOutgoingJobs::get__NewEnum method returns a reference to an enumerator object that you can use to iterate through the IFaxOutgoingJobs collection.
IFaxOutgoingJobs::get_Count

The IFaxOutgoingJobs::get_Count property represents the number of objects in the FaxOutgoingJobs collection. This is the total number of outgoing jobs for the fax server.
IFaxOutgoingJobs::get_Item

The IFaxOutgoingJobs::get_Item method returns a IFaxOutgoingJob interface from the IFaxOutgoingJobs interface.

Remarks

A default implementation of IFaxOutgoingJobs is provided as the FaxOutgoingJobs object.

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