QPEncoder Constructor (Boolean)
The QPEncoder constructor creates a new QPEncoder object.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Sub New ( _
ebcdicDictionary As Boolean _
)
public QPEncoder (
bool ebcdicDictionary
)
public:
QPEncoder (
bool ebcdicDictionary
)
public QPEncoder (
boolean ebcdicDictionary
)
public function QPEncoder (
ebcdicDictionary : boolean
)
Parameters
- ebcdicDictionary
Set ebcdicDictionary to true to include EBCDIC extensions.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003
See Also