SecureBlackbox 2020 Python Edition

Questions / Feedback?

header_encoding Property

The encoding to be applied to the message header.

Syntax

def get_header_encoding() -> int: ...
def set_header_encoding(value: int) -> None: ...

header_encoding = property(get_header_encoding, set_header_encoding)

Default Value

0

Remarks

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

meAuto0
me8bit1
meBase642
meQuotedPrintable3

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