MacBinaryHeader.MinimumVersion property
The MinimumVersion property gets or sets the MinVerMacBin2 field of the Mac Binary header that this MacBinaryHeader object represents.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property MinimumVersion As Integer
Get
Set
'Usage
Dim instance As MacBinaryHeader
Dim value As Integer
value = instance.MinimumVersion
instance.MinimumVersion = value
public int MinimumVersion { get; set; }
Property value
Type: System.Int32