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 _
)
'Usage
Dim local As String
Dim domain As String

Dim instance As New RoutingAddress(local, domain)
public RoutingAddress(
    string local,
    string domain
)

Parameters