IFaxOutgoingArchive interface (faxcomex.h)
The IFaxOutgoingArchive interface describes a configuration object that is used by a fax client application to access and configure the archive of outbound fax messages transmitted successfully by the fax service. You can also use the IFaxOutgoingArchive interface to retrieve a message from the archive using its message ID.
Inheritance
The IFaxOutgoingArchive interface inherits from the IDispatch interface. IFaxOutgoingArchive also has these types of members:
Methods
The IFaxOutgoingArchive interface has these methods.
IFaxOutgoingArchive::get_AgeLimit The IFaxOutgoingArchive::get_AgeLimit property is a value that indicates the number of days that the fax service retains fax messages in the archive of outbound faxes. (Get) |
IFaxOutgoingArchive::get_ArchiveFolder The IFaxOutgoingArchive::get_ArchiveFolder property is a null-terminated string that specifies the folder location on the fax server for archived outbound faxes. (Get) |
IFaxOutgoingArchive::get_HighQuotaWaterMark The IFaxOutgoingArchive::get_HighQuotaWaterMark property is a value that specifies the upper threshold for the size of the archive of inbound fax messages, in megabytes. (Get) |
IFaxOutgoingArchive::get_LowQuotaWaterMark The IFaxOutgoingArchive::get_LowQuotaWaterMark property is a value that specifies the lower threshold for the archive of outbound fax messages, in megabytes. (Get) |
IFaxOutgoingArchive::get_SizeHigh The IFaxOutgoingArchive::get_SizeHigh property is a value that specifies the high 32-bit value (in bytes) for the size of the archive of outgoing fax messages. |
IFaxOutgoingArchive::get_SizeLow The IFaxOutgoingArchive::get_SizeLow property is a value that specifies the low 32-bit value (in bytes) for the size of the archive of outgoing fax messages. |
IFaxOutgoingArchive::get_SizeQuotaWarning The IFaxOutgoingArchive::get_SizeQuotaWarning property is a Boolean value that indicates whether the fax service issues a warning in the event log when the size of the outbound archive exceeds the limit defined by the IFaxOutgoingArchive::get_HighQuotaWaterMark property. (Get) |
IFaxOutgoingArchive::get_UseArchive The IFaxOutgoingArchive::get_UseArchive property is a Boolean value that indicates whether the fax service archives outbound fax messages. (Get) |
IFaxOutgoingArchive::GetMessage The IFaxOutgoingArchive::GetMessage method returns a fax message from the archive of outbound faxes by using the fax message ID. |
IFaxOutgoingArchive::GetMessages The IFaxOutgoingArchive::GetMessages method returns a new iterator (archive cursor) for the archive of outbound fax messages. For more information, see IFaxOutgoingMessageIterator. |
IFaxOutgoingArchive::put_AgeLimit The IFaxOutgoingArchive::get_AgeLimit property is a value that indicates the number of days that the fax service retains fax messages in the archive of outbound faxes. (Put) |
IFaxOutgoingArchive::put_ArchiveFolder The IFaxOutgoingArchive::get_ArchiveFolder property is a null-terminated string that specifies the folder location on the fax server for archived outbound faxes. (Put) |
IFaxOutgoingArchive::put_HighQuotaWaterMark The IFaxOutgoingArchive::get_HighQuotaWaterMark property is a value that specifies the upper threshold for the size of the archive of inbound fax messages, in megabytes. (Put) |
IFaxOutgoingArchive::put_LowQuotaWaterMark The IFaxOutgoingArchive::get_LowQuotaWaterMark property is a value that specifies the lower threshold for the archive of outbound fax messages, in megabytes. (Put) |
IFaxOutgoingArchive::put_SizeQuotaWarning The IFaxOutgoingArchive::get_SizeQuotaWarning property is a Boolean value that indicates whether the fax service issues a warning in the event log when the size of the outbound archive exceeds the limit defined by the IFaxOutgoingArchive::get_HighQuotaWaterMark property. (Put) |
IFaxOutgoingArchive::put_UseArchive The IFaxOutgoingArchive::get_UseArchive property is a Boolean value that indicates whether the fax service archives outbound fax messages. (Put) |
IFaxOutgoingArchive::Refresh The IFaxOutgoingArchive::Refresh method refreshes FaxOutgoingArchive object information from the fax server. |
IFaxOutgoingArchive::Save The IFaxOutgoingArchive::Save method saves the FaxOutgoingArchive object data. |
Remarks
A default implementation of IFaxOutgoingArchive is provided as the FaxOutgoingArchive object.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | faxcomex.h |