FaxConfiguration object

Represents various objects that provide configuration options for the fax service.

Members

The FaxConfiguration object has these types of members:

Methods

The FaxConfiguration object has these methods.

Method Description
Refresh Refreshes the object.
Save Saves the object.

 

Properties

The FaxConfiguration object has these properties.

Property Access type Description
AllowPersonalCoverPages
Read/write
Sets or retrieves a value that indicates whether personal cover pages are allowed.
ArchiveAgeLimit
Read/write
Sets or retrieves a value that indicates how long a fax message is kept on the server.
ArchiveLocation
Read/write
Sets or retrieves a value that indicates the location of the archive on the server.
ArchiveSizeHigh
Read-only
The value that specifies the high-order 32-bit value (in bytes) for the size of the fax message archive.
ArchiveSizeLow
Read-only
The value that specifies the low-order 32-bit value (in bytes) for the size of the fax message archive.
AutoCreateAccountOnConnect
Read/write
Sets or retrieves a value that indicates whether the server automatically creates a fax account once a connection is initiated.
Branding
Read/write
Sets or retrieves a value that indicates whether the fax server generates a branding mark on outgoing faxes.
DiscountRateEnd
Read/write
Sets or retrieves a value that indicates the time at which the discount rate period ends.
DiscountRateStart
Read/write
Sets or retrieves a value that indicates the time at which the discount rate period begins.
HighQuotaWaterMark
Read/write
Sets or retrieves a value that indicates the maximum allotted size of a watermark.
IncomingFaxesArePublic
Read/write
Indicates whether incoming faxes are either viewable by everyone or private.
IncomingQueueBlocked
Read/write
Sets or retrieves a value that indicates whether the fax server queue for incoming faxes has been blocked.
LowQuotaWaterMark
Read/write
Sets or retrieves a value that indicates the minimum size of a watermark.
OutgoingQueueAgeLimit
Read/write
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.
OutgoingQueueBlocked
Read/write
Sets or retrieves a value that indicates whether the fax server queue for outgoing faxes has been blocked.
OutgoingQueuePaused
Read/write
Sets or retrieves a value that indicates whether the outgoing queue has been paused.
Retries
Read/write
Sets or retrieves a value that indicates the number of redial attempts for a given fax job.
RetryDelay
Read/write
Sets or retrieves a value that indicates the length of time the fax service should wait before retrying a failed fax transmission.
SizeQuotaWarning
Read/write
Sets or retrieves a value that indicates whether the size quota warning is turned on.
UseArchive
Read/write
Sets or retrieves a value that indicates whether faxes should be archived.
UseDeviceTSID
Read/write
Sets or retrieves a value that indicates whether the TSID is used.

 

Remarks

faxserver2 and faxconfiguration

To create a FaxConfiguration object in Microsoft Visual Basic, call the Configuration property of the IFaxServer2 object.

To create a FaxConfiguration object in C++, call the Configuration method.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Faxcomex.h
DLL
Fxscomex.dll
IID
CLSID_FaxConfiguration

See also

IFaxConfiguration