MailboxServer.LogPathForManagedFolders property

Gets or sets the path to the managed folder log files.

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

Syntax

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

value = instance.LogPathForManagedFolders

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

Property value

Type: Microsoft.Exchange.Data.LocalLongFullPath
The absolute path to the managed folder log files. The default value is <Exchange installation path>\Logging\Managed Folder Assistant.

See also

Reference

MailboxServer class

MailboxServer members

Microsoft.Exchange.Data.Directory.Management namespace