IFaxConfiguration interface (faxcomex.h)

Defines various methods that provide configuration options for the fax service.

Inheritance

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

Methods

The IFaxConfiguration interface has these methods.

 
IFaxConfiguration::get_AllowPersonalCoverPages

Sets or retrieves a value that indicates whether personal cover pages are allowed. (Get)
IFaxConfiguration::get_ArchiveAgeLimit

Sets or retrieves a value that indicates how long a fax message is kept on the server. (Get)
IFaxConfiguration::get_ArchiveLocation

Sets or retrieves a value that indicates the location of the archive on the server. (Get)
IFaxConfiguration::get_ArchiveSizeHigh

The value that specifies the high-order 32-bit value (in bytes) for the size of the fax message archive.
IFaxConfiguration::get_ArchiveSizeLow

The value that specifies the low-order 32-bit value (in bytes) for the size of the fax message archive.
IFaxConfiguration::get_AutoCreateAccountOnConnect

Sets or retrieves a value that indicates whether the server automatically creates a fax account once a connection is initiated. (Get)
IFaxConfiguration::get_Branding

Sets or retrieves a value that indicates whether the fax server generates a branding mark on outgoing faxes. (Get)
IFaxConfiguration::get_DiscountRateEnd

Sets or retrieves a value that indicates the time at which the discount rate period ends. (Get)
IFaxConfiguration::get_DiscountRateStart

Sets or retrieves a value that indicates the time at which the discount rate period begins. (Get)
IFaxConfiguration::get_HighQuotaWaterMark

Sets or retrieves a value that indicates the maximum allotted size of a watermark. (Get)
IFaxConfiguration::get_IncomingFaxesArePublic

Indicates whether incoming faxes are either viewable by everyone or private. (Get)
IFaxConfiguration::get_IncomingQueueBlocked

Sets or retrieves a value that indicates whether the fax server queue for incoming faxes has been blocked. (Get)
IFaxConfiguration::get_LowQuotaWaterMark

Sets or retrieves a value that indicates the minimum size of a watermark. (Get)
IFaxConfiguration::get_OutgoingQueueAgeLimit

Sets or retrieves a value that indicates the length of time that an undeliverable fax message is kept on the fax server before it is deleted. (Get)
IFaxConfiguration::get_OutgoingQueueBlocked

Sets or retrieves a value that indicates whether the fax server queue for outgoing faxes has been blocked. (Get)
IFaxConfiguration::get_OutgoingQueuePaused

Sets or retrieves a value that indicates whether the outgoing queue has been paused. (Get)
IFaxConfiguration::get_Retries

Sets or retrieves a value that indicates the number of redial attempts for a given fax job. (Get)
IFaxConfiguration::get_RetryDelay

Sets or retrieves a value that indicates the length of time the fax service should wait before retrying a failed fax transmission. (Get)
IFaxConfiguration::get_SizeQuotaWarning

Sets or retrieves a value that indicates whether the size quota warning is turned on. (Get)
IFaxConfiguration::get_UseArchive

Sets or retrieves a value that indicates whether faxes should be archived. (Get)
IFaxConfiguration::get_UseDeviceTSID

Sets or retrieves a value that indicates whether the transmitting station identifier (TSID) is used. (Get)
IFaxConfiguration::put_AllowPersonalCoverPages

Sets or retrieves a value that indicates whether personal cover pages are allowed. (Put)
IFaxConfiguration::put_ArchiveAgeLimit

Sets or retrieves a value that indicates how long a fax message is kept on the server. (Put)
IFaxConfiguration::put_ArchiveLocation

Sets or retrieves a value that indicates the location of the archive on the server. (Put)
IFaxConfiguration::put_AutoCreateAccountOnConnect

Sets or retrieves a value that indicates whether the server automatically creates a fax account once a connection is initiated. (Put)
IFaxConfiguration::put_Branding

Sets or retrieves a value that indicates whether the fax server generates a branding mark on outgoing faxes. (Put)
IFaxConfiguration::put_DiscountRateEnd

Sets or retrieves a value that indicates the time at which the discount rate period ends. (Put)
IFaxConfiguration::put_DiscountRateStart

Sets or retrieves a value that indicates the time at which the discount rate period begins. (Put)
IFaxConfiguration::put_HighQuotaWaterMark

Sets or retrieves a value that indicates the maximum allotted size of a watermark. (Put)
IFaxConfiguration::put_IncomingFaxesArePublic

Indicates whether incoming faxes are either viewable by everyone or private. (Put)
IFaxConfiguration::put_IncomingQueueBlocked

Sets or retrieves a value that indicates whether the fax server queue for incoming faxes has been blocked. (Put)
IFaxConfiguration::put_LowQuotaWaterMark

Sets or retrieves a value that indicates the minimum size of a watermark. (Put)
IFaxConfiguration::put_OutgoingQueueAgeLimit

Sets or retrieves a value that indicates the length of time that an undeliverable fax message is kept on the fax server before it is deleted. (Put)
IFaxConfiguration::put_OutgoingQueueBlocked

Sets or retrieves a value that indicates whether the fax server queue for outgoing faxes has been blocked. (Put)
IFaxConfiguration::put_OutgoingQueuePaused

Sets or retrieves a value that indicates whether the outgoing queue has been paused. (Put)
IFaxConfiguration::put_Retries

Sets or retrieves a value that indicates the number of redial attempts for a given fax job. (Put)
IFaxConfiguration::put_RetryDelay

Sets or retrieves a value that indicates the length of time the fax service should wait before retrying a failed fax transmission. (Put)
IFaxConfiguration::put_SizeQuotaWarning

Sets or retrieves a value that indicates whether the size quota warning is turned on. (Put)
IFaxConfiguration::put_UseArchive

Sets or retrieves a value that indicates whether faxes should be archived. (Put)
IFaxConfiguration::put_UseDeviceTSID

Sets or retrieves a value that indicates whether the transmitting station identifier (TSID) is used. (Put)
IFaxConfiguration::Refresh

Refreshes the object.
IFaxConfiguration::Save

Saves the object.

Remarks

A default implementation of this interface is provided by the FaxConfiguration object.

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