Share via


FaxOutgoingArchive.HighQuotaWaterMark property

The HighQuotaWaterMark property is a value that specifies the upper threshold for the size of the archive of inbound fax messages, in megabytes. If the archived fax messages in the archive exceed this value, and the SizeQuotaWarning property is equal to True, the fax service issues a warning in the event log.

This property is read/write.

Syntax

Property HighQuotaWaterMark As Long

Property value

A Long value that receives the upper threshold for the size of the archive of outbound fax messages.

Remarks

Note

This property is not supported in Windows Vista, Windows Server 2008, and later versions of Windows. To access this property in Windows Vista, Windows Server 2008, and later versions of Windows, get the FaxConfiguration.HighQuotaWaterMark property from the FaxServer object.

 

To read or to write to this property, a user must have the farQUERY_CONFIG access right.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

Visual Basic Example

FaxOutgoingArchive

IFaxOutgoingArchive