SecureBlackbox 2020 Qt Edition

Questions / Feedback?

HeaderEncoding Property

The encoding to be applied to the message header.

Syntax

int GetHeaderEncoding();
int SetHeaderEncoding(int iHeaderEncoding);

Possible Values

ME_AUTO(0), 
ME_8BIT(1),
ME_BASE_64(2),
ME_QUOTED_PRINTABLE(3)

Default Value

0

Remarks

Use this property to specify the encoding to use with the message header.

meAuto0
me8bit1
meBase642
meQuotedPrintable3

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Qt Edition - Version 20.0 [Build 8154]