FaxAccountOutgoingArchive object
Accesses and configures the archive of outbound fax messages, for a particular fax account, sent successfully by the fax service. You can also use the FaxAccountOutgoingArchive object to retrieve a message from the archive by specifying its message ID.
A FaxAccountOutgoingArchive object is accessed through a FaxAccountFolders object. FaxAccountOutgoingArchive objects provide access to FaxOutgoingMessageIterator objects and IFaxOutgoingMessage2 objects.
Members
The FaxAccountOutgoingArchive object has these types of members:
Methods
The FaxAccountOutgoingArchive object has these methods.
Method | Description |
---|---|
GetMessage | Returns a fax message from the archive of outbound faxes for a particular fax account, by using the fax message ID. |
GetMessages | Returns a new iterator (archive cursor) for the archive of outbound fax messages for a particular fax account. |
Refresh | Refreshes FaxAccountOutgoingArchive object information for a particular fax account from the fax server. |
Properties
The FaxAccountOutgoingArchive object has these properties.
Property | Access type | Description |
---|---|---|
SizeHigh |
Read-only |
Specifies the high-order 32-bit value of the size (in bytes) of the archive of outbound fax messages for a particular fax account. |
SizeLow |
Read-only |
Specifies the low-order 32-bit value of the size (in bytes) of the archive of outbound 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_FaxAccountOutgoingArchive |
See also