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
Public Property RetentionLogForManagedFoldersEnabled As Boolean
    Get
    Set
'Usage
Dim instance As MailboxServer
Dim value As Boolean

value = instance.RetentionLogForManagedFoldersEnabled

instance.RetentionLogForManagedFoldersEnabled = value
public bool RetentionLogForManagedFoldersEnabled { get; set; }

Property value

Type: System.Boolean
true to log information about messages that have reached their retention limit; otherwise, false.

See also

Reference

MailboxServer class

MailboxServer members

Microsoft.Exchange.Data.Directory.Management namespace