MailboxServer.CalendarRepairLogEnabled Property

Gets or sets a value that indicates whether the Calendar Repair Assistant logs items that it repairs.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property CalendarRepairLogEnabled As Boolean
    Get
    Set
'Usage
Dim instance As MailboxServer
Dim value As Boolean

value = instance.CalendarRepairLogEnabled

instance.CalendarRepairLogEnabled = value
[ParameterAttribute(Mandatory = false)]
public bool CalendarRepairLogEnabled { get; set; }

Property Value

Type: System.Boolean
True to log repairs; otherwise, false. The default value is true.