SecureBlackbox 2020 Python Edition

Questions / Feedback?

attach_encoding Property

The encoding to be applied to the attachments.

Syntax

def get_attach_encoding() -> int: ...
def set_attach_encoding(value: int) -> None: ...

attach_encoding = property(get_attach_encoding, set_attach_encoding)

Default Value

0

Remarks

Use this property to specify the encoding method for the attached files.

meAuto0
me8bit1
meBase642
meQuotedPrintable3

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