SecureBlackbox 2020 Python Edition

Questions / Feedback?

text_encoding Property

The encoding to be applied to the message.

Syntax

def get_text_encoding() -> int: ...
def set_text_encoding(value: int) -> None: ...

text_encoding = property(get_text_encoding, set_text_encoding)

Default Value

0

Remarks

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

meAuto0
me8bit1
meBase642
meQuotedPrintable3

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