Cloud Mail 2020 Python Edition

Questions / Feedback?

message_id Property

The message identifier of the current message.

Syntax

def get_message_id() -> str: ...

message_id = property(get_message_id, None)

Default Value

""

Remarks

The class fills out this property when message information is retrieved from the mail_server.

The id is permanent if uid_mode is set, and temporary otherwise.

This property is read-only.

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 Python Edition - Version 20.0 [Build 7718]