SmtpAddress.Parse Method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
address As String _
) As SmtpAddress
'Usage
Dim address As String
Dim returnValue As SmtpAddress
returnValue = SmtpAddress.Parse(address)
public static SmtpAddress Parse(
string address
)
Parameters
- address
Type: System.String