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
<ParameterAttribute(Mandatory := False)> _
Public Property SubjectLogForManagedFoldersEnabled As Boolean
Get
Set
'Usage
Dim instance As MailboxServer
Dim value As Boolean
value = instance.SubjectLogForManagedFoldersEnabled
instance.SubjectLogForManagedFoldersEnabled = value
[ParameterAttribute(Mandatory = false)]
public bool SubjectLogForManagedFoldersEnabled { get; set; }
Property Value
Type: System.Boolean
true to include the subjects in managed folder logs; otherwise, false.