MailboxId Constructor (Byte[])
Initializes a new instance of the MailboxId class from the specified binary representation of the identifier.
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 MailboxId(bytes)
public MailboxId(
byte[] bytes
)
Parameters
- bytes
Type: []
The binary representation of the identifier.
See Also