Table of Contents

Class ExchangeUMAutoAttendantCollection

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

Represents a collection of Unified Messaging auto attendants.

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

Constructors

ExchangeUMAutoAttendantCollection()

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

public ExchangeUMAutoAttendantCollection()

Methods

FindByIdentity(string)

Returns the unified messaging auto attendant with the specified identity, or null if no unified messaging auto attendant with that identity is found.

public ExchangeUMAutoAttendant FindByIdentity(string identity)

Parameters

identity string

The identity of the unified messaging auto attendant to locate.

Returns

ExchangeUMAutoAttendant

The unified messaging auto attendant with the specified identity.

Sort()

Sorts the values in the collection.

public void Sort()