MailboxServer.JournalingLogForManagedFoldersEnabled Property
Gets or sets a value that indicates whether the managed folder log is enabled for journaling.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property JournalingLogForManagedFoldersEnabled As Boolean
Get
Set
'Usage
Dim instance As MailboxServer
Dim value As Boolean
value = instance.JournalingLogForManagedFoldersEnabled
instance.JournalingLogForManagedFoldersEnabled = value
[ParameterAttribute(Mandatory = false)]
public bool JournalingLogForManagedFoldersEnabled { get; set; }
Property Value
Type: System.Boolean
true if the managed folder log in enabled for journaling; otherwise, false.