Cloud Mail 2020 Python Edition

Questions / Feedback?

message_thread_id Property

The thread Id of the current message.

Syntax

def get_message_thread_id() -> str: ...
def set_message_thread_id(value: str) -> None: ...

message_thread_id = property(get_message_thread_id, set_message_thread_id)

Default Value

""

Remarks

This property holds the thread Id of the current message. The thread Id is assigned by Gmail and may be used to keep track of conversations.

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