SmtpAddress.GetBytes Method (Byte[], Int32)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Function GetBytes ( _
array As Byte(), _
offset As Integer _
) As Integer
'Usage
Dim instance As SmtpAddress
Dim array As Byte()
Dim offset As Integer
Dim returnValue As Integer
returnValue = instance.GetBytes(array, _
offset)
public int GetBytes(
byte[] array,
int offset
)
Return Value
Type: System.Int32