Platform SDK: Exchange 2000 Server

DeletedItemRetentionLimit Property

[This is preliminary documentation and subject to change.]

Gets or sets the number of items that will be retained before the oldest items are permanently deleted from the server.

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

Remarks

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

See DaysBeforeGarbageCollection for related information.