IFaxAccountIncomingArchive interface (faxcomex.h)

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

A default implementation of IFaxAccountIncomingArchive is provided as the FaxAccountIncomingArchive object.

Inheritance

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

Methods

The IFaxAccountIncomingArchive interface has these methods.

 
IFaxAccountIncomingArchive::get_SizeHigh

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

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

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

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

Refreshes FaxAccountIncomingArchive 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

FaxAccountIncomingArchive

IDispatch