Table of Contents

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

ulong

AvailableNewMailboxSpaceString

Gets the available new mailbox space.

public string AvailableNewMailboxSpaceString { get; set; }

Property Value

string

DatabaseSize

Gets or sets the database size in bytes.

public ulong DatabaseSize { get; set; }

Property Value

ulong

DatabaseSizeString

Gets the database size in bytes.

public string DatabaseSizeString { get; set; }

Property Value

string

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.