SecureBlackbox 2020 Android Edition

Questions / Feedback?

TextEncoding Property

The encoding to be applied to the message.

Syntax

public int getTextEncoding();
public void setTextEncoding(int textEncoding);

Enumerated values: public final static int meAuto = 0; public final static int me8bit = 1; public final static int meBase64 = 2; public final static int meQuotedPrintable = 3;

Remarks

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

meAuto0
me8bit1
meBase642
meQuotedPrintable3

Default Value

0

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