RoutingAddress Constructor (String)

The RoutingAddress method initializes a new instance of the RoutingAddress structure by using the specified address.

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public Sub New ( _
    address As String _
)
'Usage
Dim address As String

Dim instance As New RoutingAddress(address)
public RoutingAddress(
    string address
)

Parameters