Table of Contents

Class ExchangeOwaMailboxPolicyCollection

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

Represents a collection of Exchange Outlook web policies.

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

Constructors

ExchangeOwaMailboxPolicyCollection()

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

public ExchangeOwaMailboxPolicyCollection()

Methods

FindByIdentity(string)

Returns the Outlook Web App policy with the specified identity, or null if no Outlook Web App policy with that identity is found.

public ExchangeOwaMailboxPolicy FindByIdentity(string identity)

Parameters

identity string

The identity of the Outlook Web App policy to locate.

Returns

ExchangeOwaMailboxPolicy

The Outlook Web App policy with the specified identity.

Sort()

Sorts the values in the collection.

public void Sort()