Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: []