Cloud Mail 2020 Python Edition

Questions / Feedback?

message_gmail_id Property

The unique Gmail Id of the message.

Syntax

def get_message_gmail_id() -> str: ...
def set_message_gmail_id(value: str) -> None: ...

message_gmail_id = property(get_message_gmail_id, set_message_gmail_id)

Default Value

""

Remarks

This property holds the Gmail assigned unique Id of the message. Gmail assigns a unique Id for each message which allows it to be identified across folders.

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