Platform SDK: Exchange 2000 Server

EnableStoreDefaults Property

[This is preliminary documentation and subject to change.]

This property specifies whether to use only default store values for storage limits.

[Visual Basic,VBScript]
Property EnableStoreDefaults as Boolean
[C++]
HRESULT get_EnableStoreDefaults (VARIANT_BOOL* pVal);
HRESULT put_EnableStoreDefaults (BOOL Val);
[IDL]
HRESULT [propget] EnableStoreDefaults ([out,retval] VARIANT_BOOL* pVal);
HRESULT [propput] EnableStoreDefaults ([in] VARIANT_BOOL Val);

Remarks

If this property is true, only the default store values for storage limits are used; if this property is false, the store limit properties are used. The limit properties are:

HardLimit,

OverQuotaLimit, and

StoreQuota.

The default value for this property is VT_EMPTY (no value).