Class ExchangeMailboxDatabaseLimitSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the limit settings for a mailbox database in a Microsoft Exchange organization. This only applies to Exchange On-Premises.
public class ExchangeMailboxDatabaseLimitSettings : BaseTypeSection
- Inheritance
-
ExchangeMailboxDatabaseLimitSettings
Constructors
ExchangeMailboxDatabaseLimitSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeMailboxDatabaseLimitSettings class.
public ExchangeMailboxDatabaseLimitSettings()
Properties
DeletedItemRetention
Gets or sets the number of days to keep deleted items for.
public int DeletedItemRetention { get; set; }
Property Value
IssueWarningQuota
Gets or sets the size in bytes at which to issue a warning. A value of UInt64.MaxValue represents unlimited.
public ulong IssueWarningQuota { get; set; }
Property Value
IssueWarningQuotaString
Gets the size at which to issue a warning.
public string IssueWarningQuotaString { get; set; }
Property Value
MailboxRetention
Gets or sets the number of days to keep deleted mailboxes.
public int MailboxRetention { get; set; }
Property Value
ProhibitSendQuota
Gets or sets the size in bytes at which to prohibit sending messages. A value of UInt64.MaxValue represents unlimited.
public ulong ProhibitSendQuota { get; set; }
Property Value
ProhibitSendQuotaString
Gets the size at which to prohibit sending messages.
public string ProhibitSendQuotaString { get; set; }
Property Value
ProhibitSendReceiveQuota
Gets or sets the size in bytes at which to prohibit sending and receiving messages. A value of UInt64.MaxValue represents unlimited.
public ulong ProhibitSendReceiveQuota { get; set; }
Property Value
ProhibitSendReceiveQuotaString
Gets the size at which to prohibit sending and receiving messages.
public string ProhibitSendReceiveQuotaString { get; set; }
Property Value
RetainDeletedItemsUntilBackup
Gets or sets whether to not permanently delete items until the database is backed up.
public BooleanOption RetainDeletedItemsUntilBackup { get; set; }