SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

TextEncoding Property

The encoding to be applied to the message.

Syntax

__property TsbxMailWriterTextEncodings TextEncoding = { read=FTextEncoding, write=FSetTextEncoding };
enum TsbxMailWriterTextEncodings { meAuto=0, me8bit=1, meBase64=2, meQuotedPrintable=3 };

Default Value

meAuto

Remarks

Use this property to specify the encoding to use for the content of the message.

meAuto0
me8bit1
meBase642
meQuotedPrintable3

Data Type

Integer

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