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