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
)
Parameters
- array
Type: []
- offset
Type: System.Int32
Return value
Type: System.Int32