SmtpAddress Constructor (String)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Sub New ( _
address As String _
)
'Usage
Dim address As String
Dim instance As New SmtpAddress(address)
public SmtpAddress(
string address
)
Parameters
- address
Type: System.String