Share via


MessageId Constructor (Byte[])

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

Syntax

'Declaration
Public Sub New ( _
    bytes As Byte() _
)
'Usage
Dim bytes As Byte()

Dim instance As New MessageId(bytes)
public MessageId(
    byte[] bytes
)

Parameters

  • bytes
    Type: []