Platform SDK: Exchange 2000 Server

GarbageCollectOnlyAfterBackup Property

[This is preliminary documentation and subject to change.]

When enabled this prevents permanently deletion of items from the store unless they have been backed up.

[Visual Basic,VBScript]
Property GarbageCollectOnlyAfterBackup as Boolean
[C++]
HRESULT get_GarbageCollectOnlyAfterBackup(VARIANT_BOOL* pVal);
HRESULT put_GarbageCollectOnlyAfterBackup(VARIANT_BOOL pVal);
[IDL]
HRESULT [propget] GarbageCollectOnlyAfterBackup([out,retval] VARIANT_BOOL* pVal);
HRESULT [propput] GarbageCollectOnlyAfterBackup([in] VARIANT_BOOL pVal);

Remarks

When set to true, items in the store that have not been backed up cannot be permanently deleted.