Class ExchangeMailboxDatabaseStatus
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the status information for a mailbox database in a Microsoft Exchange organization. This only applies to Exchange On-Premises.
public class ExchangeMailboxDatabaseStatus : BypassSection
- Inheritance
-
ExchangeMailboxDatabaseStatus
- Inherited Members
Constructors
ExchangeMailboxDatabaseStatus()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeMailboxDatabaseStatus class.
public ExchangeMailboxDatabaseStatus()
Properties
AvailableNewMailboxSpace
Gets or sets the available new mailbox space in bytes.
public ulong AvailableNewMailboxSpace { get; set; }
Property Value
AvailableNewMailboxSpaceString
Gets the available new mailbox space.
public string AvailableNewMailboxSpaceString { get; set; }
Property Value
DatabaseSize
Gets or sets the database size in bytes.
public ulong DatabaseSize { get; set; }
Property Value
DatabaseSizeString
Gets the database size in bytes.
public string DatabaseSizeString { get; set; }
Property Value
Methods
ToString()
Returns the mailbox database status as a human readable string.
public override string ToString()
Returns
- string
The mailbox database status as a human readable string.