Table of Contents

Class ExchangeAddressListCollection

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

Represents a collection of Exchange address lists.

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

Constructors

ExchangeAddressListCollection()

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

public ExchangeAddressListCollection()

Methods

FindByIdentity(string)

Returns the address list with the specified identity, or null if no address list with that identity is found.

public ExchangeAddressList FindByIdentity(string identity)

Parameters

identity string

The identity of the address list to locate.

Returns

ExchangeAddressList

The address list with the specified identity.

Sort()

Sorts the values in the collection.

public void Sort()