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