Table of Contents

Class ExchangeMailboxDatabaseMaintenanceSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the maintenance settings for a mailbox database in a Microsoft Exchange organization. This only applies to Exchange On-Premises.

public class ExchangeMailboxDatabaseMaintenanceSettings : BaseTypeSection
Inheritance
ExchangeMailboxDatabaseMaintenanceSettings

Constructors

ExchangeMailboxDatabaseMaintenanceSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeMailboxDatabaseMaintenanceSettings class.

public ExchangeMailboxDatabaseMaintenanceSettings()

Properties

AllowFileRestore

Gets or sets whether this database can be overwritten by a restore.

public BooleanOption AllowFileRestore { get; set; }

Property Value

BooleanOption

BackgroundDatabaseMaintenance

Gets or sets whether background database maintenance is enabled.

public BooleanOption BackgroundDatabaseMaintenance { get; set; }

Property Value

BooleanOption

CircularLoggingEnabled

Gets or sets whether circular logging is enabled.

public BooleanOption CircularLoggingEnabled { get; set; }

Property Value

BooleanOption

JournalRecipient

Gets or sets the journal recipient.

public string JournalRecipient { get; set; }

Property Value

string

MountAtStartup

Gets or sets whether the database should be mounted at startup.

public BooleanOption MountAtStartup { get; set; }

Property Value

BooleanOption