SecureBlackbox 2020 Python Edition

Questions / Feedback?

mailer Property

The name of the software used to compose and/or send the message.

Syntax

def get_mailer() -> str: ...
def set_mailer(value: str) -> None: ...

mailer = property(get_mailer, set_mailer)

Default Value

""

Remarks

Use this property to specify the software that was used to compose and send this message.

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