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 | |
---|---|---|
AcceptedDomainCollection | The AcceptedDomainCollection constructor initializes a new instance of the AcceptedDomainCollection class. |
Top
Methods
Name | Description | |
---|---|---|
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. |
Top