IFaxIncomingJobs interface (faxcomex.h)

The IFaxIncomingJobs interface is used by a fax client application to manage the inbound fax jobs in a fax server's job queue. Each incoming job is represented by a FaxIncomingJob object.

The IFaxIncomingJobs interface is accessed through the IFaxIncomingQueue interface.

Inheritance

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

Methods

The IFaxIncomingJobs interface has these methods.

 
IFaxIncomingJobs::get__NewEnum

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

The Count property represents the number of objects in the FaxIncomingJobs collection. This is the total number of incoming jobs for the fax server.
IFaxIncomingJobs::get_Item

Retrieves a FaxIncomingJob object from the FaxIncomingJobs collection.

Remarks

To create a FaxIncomingJobs object in C++, call the IFaxIncomingQueue::GetJobs method.

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

See also

FaxIncomingJobs

IDispatch

IFaxIncomingQueue