Platform SDK: Exchange 2000 Server

DaysBeforeGarbageCollection Property

[This is preliminary documentation and subject to change.]

Gets or sets the days before deleted items (in the garbage) are permanently deleted from the server.

[Visual Basic,VBScript]
Property DaysBeforeGarbageCollection as Long
[C++]
HRESULT get_DaysBeforeGarbageCollection(long* pVal);
HRESULT put_DaysBeforeGarbageCollection(long Val);
[IDL]
HRESULT [propget] DaysBeforeGarbageCollection([out,retval] long* pVal);
HRESULT [propput] DaysBeforeGarbageCollection([in] long Val);

Remarks

The default value for this property is -1 (no collection).

See DeletedItemRetentionLimit for related information.