RemoteDomainCollection.Find Method (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.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)
Syntax
'Declaration
Public MustOverride Function Find ( _
domainName As String _
) As RemoteDomain
public abstract RemoteDomain Find (
string domainName
)
public:
virtual RemoteDomain^ Find (
String^ domainName
) abstract
public abstract RemoteDomain Find (
String domainName
)
public abstract function Find (
domainName : String
) : RemoteDomain
Parameters
- domainName
The Simple Mail Transfer Protocol (SMTP) domain name 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