IFaxOutgoingJob2 interface (faxcomex.h)

Describes an object that is used by a fax client application to retrieve information about an outgoing fax job in a fax server's queue. It inherits all the functionality of the IFaxOutgoingJob interface. Additionally, it provides new read-only properties to indicate whether the outgoing fax has a cover page, the schedule type of the fax, and the address of its recipient.

Note  This interface is supported only on Windows Vista and later.
 

Inheritance

The IFaxOutgoingJob2 interface inherits from the IFaxOutgoingJob interface.

Methods

The IFaxOutgoingJob2 interface has these methods.

 
IFaxOutgoingJob2::get_HasCoverPage

Specifies if the fax has a cover page.
IFaxOutgoingJob2::get_ReceiptAddress

A null-terminated string containing the address to which a delivery report will be sent, indicating success or failure.
IFaxOutgoingJob2::get_ScheduleType

Specifies the schedule type that was used for the transmission.

Remarks

A default implementation of IFaxOutgoingJob2 is provided as the FaxOutgoingJob object. On Windows XP and earlier, the FaxOutgoingJob object implements IFaxOutgoingJob.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header faxcomex.h