Share via


AcceptedDomainCollection members

The AcceptedDomainCollection class is the base class for derived classes that represent a collection of classes that inherit from the AcceptedDomain class.

The AcceptedDomainCollection type exposes the following members.

Constructors

  Name Description
Protected method AcceptedDomainCollection The AcceptedDomainCollection constructor initializes a new instance of the AcceptedDomainCollection class.

Top

Methods

  Name Description
Public method Find(String) When overridden in a derived class, the Find method finds in the collection the instance of the class derived from the AcceptedDomain class that represents the domain specified by the domainName parameter.
Public method Find(RoutingAddress) When overridden in a derived class, the Find method finds in the collection the instance of the class derived from the AcceptedDomain class that represents the domain specified by the smtpAddress parameter.
Public method GetEnumerator When overridden in a derived class, the GetEnumerator method returns an enumerator object that represents the collection.

Top

See also

Reference

AcceptedDomainCollection class

Microsoft.Exchange.Data.Transport namespace