BinHexEncoder Constructor (MacBinaryHeader)
The BinHexEncoder constructor creates a new BinHexEncoder object that will include the Mac Binary Header header in its output.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Sub New ( _
header As MacBinaryHeader _
)
public BinHexEncoder (
MacBinaryHeader header
)
public:
BinHexEncoder (
MacBinaryHeader^ header
)
public BinHexEncoder (
MacBinaryHeader header
)
public function BinHexEncoder (
header : MacBinaryHeader
)
Parameters
- header
A MacBinaryHeader object that is used to write a Mac Binary Header to the output.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003