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
public RemoteDomain Find (
RoutingAddress smtpAddress
)
public:
RemoteDomain^ Find (
RoutingAddress smtpAddress
)
public RemoteDomain Find (
RoutingAddress smtpAddress
)
public function Find (
smtpAddress : RoutingAddress
) : RemoteDomain
Parameters
- smtpAddress
An instance of the RoutingAddress class that contains the domain for which to search.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003