Share 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 _
)
public BinHexDecoder (
    bool dataForkOnly
)
public:
BinHexDecoder (
    bool dataForkOnly
)
public BinHexDecoder (
    boolean dataForkOnly
)
public function BinHexDecoder (
    dataForkOnly : boolean
)

Parameters

  • dataForkOnly
    Set dataForkOnly to true to exclude the resource fork from the output. Set it to false to include the resource fork.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003