RoutingAddress Constructor (String, String)
The RoutingAddress method initializes a new instance of the RoutingAddress structure by using the specified local part and domain part of an address.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)
Syntax
'Declaration
Public Sub New ( _
local As String, _
domain As String _
)
public RoutingAddress (
string local,
string domain
)
public:
RoutingAddress (
String^ local,
String^ domain
)
public RoutingAddress (
String local,
String domain
)
public function RoutingAddress (
local : String,
domain : String
)
Parameters
- local
The local part of the address.
- domain
The domain part of the address.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003