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