Table of Contents

Class ExchangeAcceptedDomainCollection

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

Represents a collection of Exchange accepted domains.

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

Constructors

ExchangeAcceptedDomainCollection()

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

public ExchangeAcceptedDomainCollection()

Methods

FindByIdentity(string)

Returns the accepted domain with the specified identity, or null if no accepted domain with that identity is found.

public ExchangeAcceptedDomain FindByIdentity(string identity)

Parameters

identity string

The identity of the accepted domain to locate.

Returns

ExchangeAcceptedDomain

The accepted domain with the specified identity.

Sort()

Sorts the values in the collection.

public void Sort()