Share via


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

value = instance.CalendarRepairLogEnabled

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

Property value

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

See also

Reference

MailboxServer class

MailboxServer members

Microsoft.Exchange.Data.Directory.Management namespace