Platform SDK: Exchange 2000 Server |
[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);
The default value for this property is -1 (no collection).
See DeletedItemRetentionLimit for related information.