IFaxAccountOutgoingArchive interface (faxcomex.h)

Used by a fax client application to access a specified fax account's archive of successfully sent outbound fax messages. Use this interface to retrieve messages and get the size of the archive.

A default implementation of IFaxAccountOutgoingArchive is provided as the FaxAccountOutgoingArchive object.

Inheritance

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

Methods

The IFaxAccountOutgoingArchive interface has these methods.

 
IFaxAccountOutgoingArchive::get_SizeHigh

Specifies the high-order 32-bit value of the size (in bytes) of the archive of outbound fax messages for a particular fax account.
IFaxAccountOutgoingArchive::get_SizeLow

Specifies the low-order 32-bit value of the size (in bytes) of the archive of outbound fax messages for a particular fax account.
IFaxAccountOutgoingArchive::GetMessage

Returns a fax message from the archive of outbound faxes for a particular fax account, by using the fax message ID.
IFaxAccountOutgoingArchive::GetMessages

Returns a new iterator (archive cursor) for the archive of outbound fax messages for a particular fax account.
IFaxAccountOutgoingArchive::Refresh

Refreshes FaxAccountOutgoingArchive object information for a particular fax account from the fax server.

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

FaxAccountOutgoingArchive

IDispatch