IFaxOutgoingArchive::get_HighQuotaWaterMark method (faxcomex.h)
The IFaxOutgoingArchive::get_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 IFaxOutgoingArchive::get_SizeQuotaWarning property is equal to TRUE, the fax service issues a warning in the event log.
This property is read/write.
Syntax
HRESULT get_HighQuotaWaterMark(
long *plHighQuotaWaterMark
);
Parameters
plHighQuotaWaterMark
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_HighQuotaWaterMark or IFaxConfiguration::get_HighQuotaWaterMark method.
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 |