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.StringThe Simple Mail Transfer Protocol (SMTP) address to convert.
Return value
Type: Microsoft.Exchange.Data.Transport.RoutingAddress