Platform SDK: Exchange 2000 Server

HardLimit Property

[This is preliminary documentation and subject to change.]

The maximum mailbox size (in kilobytes) before sending and receiving email is suspended.

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

Remarks

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