IPWorks OpenPGP 2020 Python Edition

Questions / Feedback?

message_net_id Property

The globally unique identifier of the message.

Syntax

def get_message_net_id() -> str: ...

message_net_id = property(get_message_net_id, None)

Default Value

""

Remarks

This property contains the globally unique identifier of the message. The class fills the message_net_id with the value of the Message-Id: header. This is a globally unique value normally created by the first mail server the message is sent to.

This property is read-only.

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