MailboxServer.RetentionLogForManagedFoldersEnabled Property
Gets or sets a value that indicates whether the Managed Folder Assistant logs information about messages that have reached their retention limit.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property RetentionLogForManagedFoldersEnabled As Boolean
Get
Set
'Usage
Dim instance As MailboxServer
Dim value As Boolean
value = instance.RetentionLogForManagedFoldersEnabled
instance.RetentionLogForManagedFoldersEnabled = value
[ParameterAttribute(Mandatory = false)]
public bool RetentionLogForManagedFoldersEnabled { get; set; }
Property Value
Type: System.Boolean
true to log information about messages that have reached their retention limit; otherwise, false.