Platform SDK: Exchange 2000 Server

StoreQuota Property

[This is preliminary documentation and subject to change.]

The maximum size allowed for the mailbox (in kilobytes).

[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

If this value is 0 then there is no limit to the mailbox size.