MailboxServer.SubjectLogForManagedFoldersEnabled property
Gets or sets a value that specifies whether message subjects should be included in managed folder logs.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property SubjectLogForManagedFoldersEnabled As Boolean
Get
Set
'Usage
Dim instance As MailboxServer
Dim value As Boolean
value = instance.SubjectLogForManagedFoldersEnabled
instance.SubjectLogForManagedFoldersEnabled = value
public bool SubjectLogForManagedFoldersEnabled { get; set; }
Property value
Type: System.Boolean
true to include the subjects in managed folder logs; otherwise, false.