RemoteDomainCollection.Find Method
Include Protected Members
Include Inherited Members
When overridden in a derived class, the Find method finds in the collection the RemoteDomain object for the specified domain.
Overload List
Name | Description | |
---|---|---|
Find(String) | When overridden in a derived class, the Find method returns an instance of the RemoteDomain class that represents the domain that is specified by the domainName parameter. | |
Find(RoutingAddress) | When overridden in a derived class, the Find method returns an instance of the RemoteDomain class that represents the domain in the Simple Mail Transfer Protocol (SMTP) address that is specified by the smtpAddress parameter. |
Top