Share via


BinHexDecoder.DataForkOnly property

The DataForkOnly property gets or sets a Boolean value that determines whether the resource fork is included in the output.

Namespace:  Microsoft.Exchange.Data.Mime.Encoders
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Property DataForkOnly As Boolean
    Get
    Set
'Usage
Dim instance As BinHexDecoder
Dim value As Boolean

value = instance.DataForkOnly

instance.DataForkOnly = value
public bool DataForkOnly { get; set; }

Property value

Type: System.Boolean
The DataForkOnly property returns true if only the data fork is to be included in the conversion result. If the resource fork is to be included also, the property returns false.

See also

Reference

BinHexDecoder class

BinHexDecoder members

Microsoft.Exchange.Data.Mime.Encoders namespace