Поделиться через


RoutingAddress Explicit conversion (String to RoutingAddress)

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

Return value

Type: Microsoft.Exchange.Data.Transport.RoutingAddress

See also

Reference

RoutingAddress structure

RoutingAddress members

Explicit overload

Microsoft.Exchange.Data.Transport namespace