IFaxOutgoingMessage2 interface (faxcomex.h)

Used by a fax client application to retrieve information about a sent fax message in the archive of outbound faxes. The archive contains faxes sent successfully by the fax service. The interface inherits all the functionality of the IFaxOutgoingMessage interface. It adds to that information such as whether the fax has a cover page, whether it has been read and what kind of receipt was sent.

The IFaxOutgoingMessage2 interface is accessed through the IFaxAccountOutgoingArchive interface or IFaxOutgoingMessageIterator interface.

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

Inheritance

The IFaxOutgoingMessage2 interface inherits from IFaxOutgoingMessage. IFaxOutgoingMessage2 also has these types of members:

Methods

The IFaxOutgoingMessage2 interface has these methods.

 
IFaxOutgoingMessage2::get_HasCoverPage

Indicates if the fax has a cover page.
IFaxOutgoingMessage2::get_Read

Indicates if the fax has been read. (Get)
IFaxOutgoingMessage2::get_ReceiptAddress

Specifies the address to which the delivery report is sent.
IFaxOutgoingMessage2::get_ReceiptType

Specifies the type of delivery report that is sent following an attempted transmission.
IFaxOutgoingMessage2::put_Read

Indicates if the fax has been read. (Put)
IFaxOutgoingMessage2::Refresh

Refreshes FaxOutgoingMessage object information from the fax server. When the Refresh method is called, any configuration changes made after the last Save method call are lost.
IFaxOutgoingMessage2::Save

Saves the FaxOutgoingMessage object's data.

Remarks

To create a FaxIncomingMessage2 object in C++, call the IFaxAccountOutgoingArchive::GetMessage method or the Message method.

A default implementation of this interface is provided by the FaxOutgoingMessage object in Windows Vista or later. The FaxOutgoingMessage object implements the IFaxAccountOutgoingArchive interface on Windows XP or earlier.

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

See also

FaxOutgoingMessage

IFaxAccountOutgoingArchive

IFaxOutgoingMessage

IFaxOutgoingMessageIterator