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