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
public static RoutingAddress Parse (
string address
)
public:
static RoutingAddress Parse (
String^ address
)
public static RoutingAddress Parse (
String address
)
public static function Parse (
address : String
) : RoutingAddress
Parameters
- address
The Simple Mail Transfer Protocol (SMTP) address to convert.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003