Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Explicit(String to RoutingAddress) method converts the string specified into an instance of the RoutingAddress structure.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Shared Narrowing Operator CType ( _
address As String _
) As RoutingAddress
'Usage
Dim input As String
Dim output As RoutingAddress
output = CType(input, RoutingAddress)
public static explicit operator RoutingAddress (
string address
)
Parameters
address
Type: System.StringThe string to convert.
Return value
Type: Microsoft.Exchange.Data.Transport.RoutingAddress