Share via


FaxOutgoingArchive.SizeQuotaWarning property

The 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 HighQuotaWaterMark property.

This property is read/write.

Syntax

Property SizeQuotaWarning As Boolean

Property value

A Boolean that specifies or receives whether the fax service issues a warning in the event log when the size of the outbound archive exceeds the limit defined by the HighQuotaWaterMark property.

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.SizeQuotaWarning property from the FaxServer object.

 

If this property is equal to True, the fax service issues a warning when the number of fax messages in the archive exceeds the limit. If this property is equal to False, the fax service does not issue a warning.

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

FaxOutgoingArchive