Mailbox.RetainDeletedItemsUntilBackup property
Gets or sets a value that indicates whether deleted items should be kept until the database is backed up.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property RetainDeletedItemsUntilBackup As Boolean
Get
Set
'Usage
Dim instance As Mailbox
Dim value As Boolean
value = instance.RetainDeletedItemsUntilBackup
instance.RetainDeletedItemsUntilBackup = value
public bool RetainDeletedItemsUntilBackup { get; set; }
Property value
Type: System.Boolean
true if deleted items should be kept until the next database backup; otherwise, false.