Platform SDK: Exchange 2000 Server

StoreQuota Property

[This is preliminary documentation and subject to change.]

This property specifies the maximum size, in Kbytes, allowed for the mailbox.

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

Remarks

Above this limit the recipient will get a warning. See OverQuotaLimit for when mail is disabled.

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

See also the EnableStoreDefaults property.

Example

See the Hardlimit Property