Table of Contents

Class ExchangeMailboxDatabaseCopies

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

Represents the copies of a mailbox database in a Microsoft Exchange organization. This only applies to Exchange On-Premises.

public class ExchangeMailboxDatabaseCopies : BypassSection
Inheritance
ExchangeMailboxDatabaseCopies
Inherited Members

Constructors

ExchangeMailboxDatabaseCopies()

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

public ExchangeMailboxDatabaseCopies()

Properties

Items

Gets or sets the items in the collection.

public ExchangeMailboxDatabaseCopyCollection Items { get; set; }

Property Value

ExchangeMailboxDatabaseCopyCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.ExchangeMailboxDatabaseCopies class from the specified XML.

public static ExchangeMailboxDatabaseCopies FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeMailboxDatabaseCopies

A CENTREL.XIA.Configuration.Types.ExchangeMailboxDatabaseCopies class.

ToString()

Returns the mailbox database copies as a human readable string.

public override string ToString()

Returns

string

The mailbox database copies as a human readable string.