Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The MacBinaryHeader constructor constructs a new MacBinaryHeader object from a valid Mac Binary header contained in the bytes parameter.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub New ( _
bytes As Byte() _
)
'Usage
Dim bytes As Byte()
Dim instance As New MacBinaryHeader(bytes)
public MacBinaryHeader(
byte[] bytes
)
Parameters
bytes
Type: []A valid Mac Binary header.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The length of bytes is not 128. |
| ByteEncoderException | The bytes parameter contains corrupt data. |