RoutingDomain constructor (String)
The RoutingDomain constructor initializes a new instance of the RoutingDomain structure. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Sub New ( _
domain As String _
)
'Usage
Dim domain As String
Dim instance As New RoutingDomain(domain)
public RoutingDomain(
string domain
)
Parameters
domain
Type: System.StringThe name of the SMTP domain to route to.