MacBinaryHeader.OldVersion property
The OldVersion property gets the old Mac Binary header version, which must be 0.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property OldVersion As Integer
Get
'Usage
Dim instance As MacBinaryHeader
Dim value As Integer
value = instance.OldVersion
public int OldVersion { get; }
Property value
Type: System.Int32
The OldVersion property returns 0.