IPWorks S/MIME 2020 Python Edition

Questions / Feedback?

message_in_reply_to Property

The unique message identifier of the message this one is in reply to.

Syntax

def get_message_in_reply_to() -> str: ...

message_in_reply_to = property(get_message_in_reply_to, None)

Default Value

""

Remarks

The class fills out this property with the value of the In-Reply-To: message header.

This value can be useful when threading messages by referring to the message you are replying to.

The unique message identifier of the message itself is given by the message_net_id property.

This property is read-only.

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