Partager via


BinHexDecoder Constructor (Boolean)

The BinHexDecoder constructor creates a new BinHexDecoder object and specifies 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 Sub New ( _
    dataForkOnly As Boolean _
)
'Usage
Dim dataForkOnly As Boolean

Dim instance As New BinHexDecoder(dataForkOnly)
public BinHexDecoder(
    bool dataForkOnly
)

Parameters

  • dataForkOnly
    Type: System.Boolean
    Set dataForkOnly to true to exclude the resource fork from the output. Set it to false to include the resource fork.