Share via


AcceptedDomainCollection Members

Include Protected Members
Include Inherited 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 Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
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.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator

Top