Cloud Mail 2020 Python Edition

Questions / Feedback?

search_criteria_id Property

The Gmail assigned id of the message.

Syntax

def get_search_criteria_id() -> str: ...
def set_search_criteria_id(value: str) -> None: ...

search_criteria_id = property(get_search_criteria_id, set_search_criteria_id)

Default Value

""

Remarks

The Gmail assigned id of the message.

This property may be set to the unique Gmail assigned Id of the message.

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