Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used by a fax client application to access and configure the archive of inbound fax messages received successfully by the fax service for a particular fax account. You can also use the FaxAccountIncomingArchive object to retrieve a message from the archive by specifying its message ID.
A FaxAccountIncomingArchive object is accessed through a FaxAccountFolders object. FaxAccountIncomingArchive objects provide access to FaxIncomingMessageIterator objects and IFaxIncomingMessage2 objects.

Members
The FaxAccountIncomingArchive object has these types of members:
Methods
The FaxAccountIncomingArchive object has these methods.
| Method | Description |
|---|---|
| GetMessage | Returns a fax message from the archive of inbound faxes, for a particular fax account, by using the fax message ID. |
| GetMessages | Returns a new iterator (archive cursor) for the archive of inbound fax messages for a particular fax account. |
| Refresh | Refreshes FaxAccountIncomingArchive object information for a particular fax account from the fax server. |
Properties
The FaxAccountIncomingArchive object has these properties.
| Property | Access type | Description |
|---|---|---|
| SizeHigh |
Read-only |
Specifies the high 32-bit value (in bytes) for the size of the archive of inbound fax messages for a particular fax account. |
| SizeLow |
Read-only |
Specifies the low 32-bit value (in bytes) for the size of the archive of inbound fax messages for a particular fax account. |
Requirements
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |
| Header |
|
| DLL |
|
| IID |
CLSID_FaxAccountIncomingArchive |
See also