Share via


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

Return value

Type: Microsoft.Exchange.Data.Transport.RemoteDomain

See also

Reference

RemoteDomainCollection class

RemoteDomainCollection members

Find overload

Microsoft.Exchange.Data.Transport namespace