Table of Contents

Class ExchangeMailboxDatabaseCollection

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

Represents a collection of mailbox databases.

public class ExchangeMailboxDatabaseCollection : Collection<ExchangeMailboxDatabase>, IList<ExchangeMailboxDatabase>, ICollection<ExchangeMailboxDatabase>, IList, ICollection, IReadOnlyList<ExchangeMailboxDatabase>, IReadOnlyCollection<ExchangeMailboxDatabase>, IEnumerable<ExchangeMailboxDatabase>, IEnumerable
Inheritance
ExchangeMailboxDatabaseCollection
Implements
Inherited Members

Constructors

ExchangeMailboxDatabaseCollection()

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

public ExchangeMailboxDatabaseCollection()

Methods

FindByIdentity(string)

Returns the mailbox database with the specified identity, or null if no mailbox database with that identity is found.

public ExchangeMailboxDatabase FindByIdentity(string identity)

Parameters

identity string

The identity of the mailbox database to locate.

Returns

ExchangeMailboxDatabase

The mailbox database with the specified identity.

Sort()

Sorts the values in the collection.

public void Sort()