AcceptedDomainCollection.Find Method
Include Protected Members
Include Inherited Members
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 specified domain.
Overload List
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. |
Top