FaxOutgoingJobs object

The FaxOutgoingJobs messaging collection 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 FaxOutgoingJob object.

Members

The FaxOutgoingJobs object has these types of members:

Properties

The FaxOutgoingJobs object has these properties.

Property Access type Description
Count
Read-only
The Count property represents the number of objects in the FaxOutgoingJobs collection. This is the total number of outgoing jobs for the fax server.
Item
Read-only
The Item property returns a FaxOutgoingJob object from the FaxOutgoingJobs collection.

 

Remarks

A FaxOutgoingJobs object is accessed through a FaxOutgoingQueue object.

faxoutgoingqueue and faxoutgoingjobs objects

To create a FaxOutgoingJobs object in Microsoft Visual Basic, call the GetJobs method of the FaxOutgoingQueue object.

To create a FaxOutgoingJobs object in C++, call the GetJobs method.

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_FaxOutgoingJobs