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 | |
---|---|---|
AcceptedDomainCollection | The AcceptedDomainCollection constructor initializes a new instance of the AcceptedDomainCollection class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
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. | |
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. | |
GetEnumerator | When overridden in a derived class, the GetEnumerator method returns an enumerator object that represents the collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top