RoutingAddress.Parse Method

The Parse method converts the string representation of a Simple Mail Transfer Protocol (SMTP) address to an equivalent 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 Function Parse ( _
    address As String _
) As RoutingAddress
'Usage
Dim address As String
Dim returnValue As RoutingAddress

returnValue = RoutingAddress.Parse(address)
public static RoutingAddress Parse(
    string address
)

Parameters

  • address
    Type: System.String
    The Simple Mail Transfer Protocol (SMTP) address to convert.