Share via


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

Return value

Type: Microsoft.Exchange.Data.SmtpAddress

See also

Reference

SmtpAddress structure

SmtpAddress members

Microsoft.Exchange.Data namespace