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
BackgroundDatabaseMaintenance
Gets or sets whether background database maintenance is enabled.
public BooleanOption BackgroundDatabaseMaintenance { get; set; }
Property Value
CircularLoggingEnabled
Gets or sets whether circular logging is enabled.
public BooleanOption CircularLoggingEnabled { get; set; }
Property Value
JournalRecipient
Gets or sets the journal recipient.
public string JournalRecipient { get; set; }
Property Value
MountAtStartup
Gets or sets whether the database should be mounted at startup.
public BooleanOption MountAtStartup { get; set; }