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

value = instance.CalendarRepairLogSubjectLoggingEnabled

instance.CalendarRepairLogSubjectLoggingEnabled = value
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.

See also

Reference

MailboxServer class

MailboxServer members

Microsoft.Exchange.Data.Directory.Management namespace