MacBinaryHeader.Protected property
The Protected property gets or sets the Protected 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 Protected As Boolean
Get
Set
'Usage
Dim instance As MacBinaryHeader
Dim value As Boolean
value = instance.Protected
instance.Protected = value
public bool Protected { get; set; }
Property value
Type: System.Boolean