MacBinaryHeader.CheckSum Property
The CheckSum property gets the checksum for this MacBinaryHeader.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property CheckSum As Short
Get
'Usage
Dim instance As MacBinaryHeader
Dim value As Short
value = instance.CheckSum
public short CheckSum { get; }
Property Value
Type: System.Int16
The 16-bit CRC field for this MacBinaryHeader.