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
<ParameterAttribute(Mandatory := False)> _
Public Property RetainDeletedItemsUntilBackup As Boolean
Get
Set
'Usage
Dim instance As Mailbox
Dim value As Boolean
value = instance.RetainDeletedItemsUntilBackup
instance.RetainDeletedItemsUntilBackup = value
[ParameterAttribute(Mandatory = false)]
public bool RetainDeletedItemsUntilBackup { get; set; }
Property Value
Type: System.Boolean
true if deleted items should be kept until the next database backup; otherwise, false.
See Also