Share via


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: []

Return value

Type: System.Int32

See also

Reference

SmtpAddress structure

SmtpAddress members

GetBytes overload

Microsoft.Exchange.Data namespace