Class ExchangeUMMailboxPolicyCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Unified Messaging mailbox policies.
public class ExchangeUMMailboxPolicyCollection : Collection<ExchangeUMMailboxPolicy>, IList<ExchangeUMMailboxPolicy>, ICollection<ExchangeUMMailboxPolicy>, IList, ICollection, IReadOnlyList<ExchangeUMMailboxPolicy>, IReadOnlyCollection<ExchangeUMMailboxPolicy>, IEnumerable<ExchangeUMMailboxPolicy>, IEnumerable
- Inheritance
-
ExchangeUMMailboxPolicyCollection
- Implements
- Inherited Members
Constructors
ExchangeUMMailboxPolicyCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeUMMailboxPolicyCollection class.
public ExchangeUMMailboxPolicyCollection()
Methods
FindByIdentity(string)
Returns the unified messaging mailbox policy with the specified identity, or null if no mailbox policy with that identity is found.
public ExchangeUMMailboxPolicy FindByIdentity(string identity)
Parameters
identity
stringThe identity of the unified messaging mailbox policy to locate.
Returns
- ExchangeUMMailboxPolicy
The unified messaging mailbox policy with the specified identity.
Sort()
Sorts the values in the collection.
public void Sort()