MessageStoreId 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 MessageStoreId(bytes)
public MessageStoreId(
byte[] bytes
)
Parameters
- bytes
Type: []