Share via


SmtpAddress.GetBytes Method

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Function GetBytes As Byte()
'Usage
Dim instance As SmtpAddress
Dim returnValue As Byte()

returnValue = instance.GetBytes()
public byte[] GetBytes()

Return Value

Type: []