Platform SDK: Exchange 2000 Server |
[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);
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:
OverQuotaLimit, and
The default value for this property is VT_EMPTY (no value).