Platform SDK: Exchange 2000 Server

GarbageCollectOnlyAfterBackup Property

[This is preliminary documentation and subject to change.]

This property specifies whether deleted messages can only be permanently deleted after the mailbox has been backed up.

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

Remarks

If this property is true, deleted messages can only be permanently deleted after the mailbox has been backed up; if this property is false, deleted messages can be permanently deleted at any time.

The default value for this property is false.