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