Platform SDK: Exchange 2000 Server

OverQuotaLimit Property

[This is preliminary documentation and subject to change.]

This property specifies the maximum size, in Kbytes, over the StoreQuota property size upon which sending mail is disabled.

[Visual Basic,VBScript]
Property OverQuotaLimit as Long
[C++]
HRESULT get_OverQuotaLimit(long* pVal);
HRESULT put_OverQuotaLimit(long Val);
[IDL]
HRESULT [propget] OverQuotaLimit([out,retval] long* pVal);
HRESULT [propput] OverQuotaLimit([in] long Val);

Remarks

The default value for this property is -1 (no limit).

See also the EnableStoreDefaults property.

Example

See the Hardlimit Property