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
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.

Top