MailboxServer.CalendarRepairLogPath property

Gets or sets the directory for Calendar Repair Assistant log files.

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

Syntax

'Declaration
Public Property CalendarRepairLogPath As LocalLongFullPath
    Get
    Set
'Usage
Dim instance As MailboxServer
Dim value As LocalLongFullPath

value = instance.CalendarRepairLogPath

instance.CalendarRepairLogPath = value
public LocalLongFullPath CalendarRepairLogPath { get; set; }

Property value

Type: Microsoft.Exchange.Data.LocalLongFullPath
The absolute path to the log file directory. The default value is <Exchange installation path>\Logging\Calendar Repair Assistant.

See also

Reference

MailboxServer class

MailboxServer members

Microsoft.Exchange.Data.Directory.Management namespace