IFaxIncomingArchive::get_SizeQuotaWarning method (faxcomex.h)

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 inbound archive exceeds the limit defined by the HighQuotaWaterMark property.

This property is read/write.

Syntax

HRESULT get_SizeQuotaWarning(
  VARIANT_BOOL *pbSizeQuotaWarning
);

Parameters

pbSizeQuotaWarning

Return value

None

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 IFaxConfiguration interface from the IFaxServer2 interface, and then call the IFaxConfiguration::put_SizeQuotaWarning or IFaxConfiguration::get_SizeQuotaWarning method.
 
If this property is equal to TRUE, the fax service will issue a warning when the number of fax messages exceeds the threshold. 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

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
DLL Fxscomex.dll

See also

FaxIncomingArchive

IFaxIncomingArchive

Visual Basic Example