MailboxServer.CalendarRepairLogSubjectLoggingEnabled Property
Gets or sets a value that indicates whether the subject of the repaired calendar item is included in the log file.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property CalendarRepairLogSubjectLoggingEnabled As Boolean
Get
Set
'Usage
Dim instance As MailboxServer
Dim value As Boolean
value = instance.CalendarRepairLogSubjectLoggingEnabled
instance.CalendarRepairLogSubjectLoggingEnabled = value
[ParameterAttribute(Mandatory = false)]
public bool CalendarRepairLogSubjectLoggingEnabled { get; set; }
Property Value
Type: System.Boolean
True if the subject of the repaired calendar item is included; otherwise, false. The default value is true.