IPWorks OpenPGP 2020 Python Edition

Questions / Feedback?

message_from Property

The address of the author of the message.

Syntax

def get_message_from() -> str: ...

message_from = property(get_message_from, None)

Default Value

""

Remarks

This property normally has the same value as message_sender.

There are cases when a message may have more than one From address. If this is the case, the addresses are provided in the message_from property separated by commas.

This property is read-only.

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