RemoteDomainCollection.Find Method (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.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Function Find ( _
smtpAddress As RoutingAddress _
) As RemoteDomain
'Usage
Dim instance As RemoteDomainCollection
Dim smtpAddress As RoutingAddress
Dim returnValue As RemoteDomain
returnValue = instance.Find(smtpAddress)
public RemoteDomain Find(
RoutingAddress smtpAddress
)
Parameters
- smtpAddress
Type: Microsoft.Exchange.Data.Transport.RoutingAddress
An instance of the RoutingAddress class that contains the domain for which to search.