Platform SDK: Exchange 2000 Server

OverrideStoreGarbageCollection Property

[This is preliminary documentation and subject to change.]

This property defines whether the store will be prevented from permanently deleting deleted messages.

[Visual Basic,VBScript]
Property OverrideStoreGarbageCollection as Boolean
[C++]
HRESULT get_OverrideStoreGarbageCollection(VARIANT_BOOL* pVal);
HRESULT put_OverrideStoreGarbageCollection(VARIANT_BOOL Val);
[IDL]
HRESULT [propget] OverrideStoreGarbageCollection([out,retval] VARIANT_BOOL* pVal);
HRESULT [propput] OverrideStoreGarbageCollection([in] VARINAT_BOOL Val);

Remarks

If this property is true, the store is prevented from permanently deleting deleted messages; if this property is false, the store can permanently deleting deleted messages.

The default value for this property is false.