Cloud Mail 2020 Python Edition

Questions / Feedback?

search_criteria_string Property

The Gmail search string.

Syntax

def get_search_criteria_string() -> str: ...
def set_search_criteria_string(value: str) -> None: ...

search_criteria_string = property(get_search_criteria_string, set_search_criteria_string)

Default Value

""

Remarks

The Gmail search string.

This property may contain a Gmail search string. The search string syntax is the same as the advanced search options in the Gmail web interface. For instance "has:attachment in:unread".

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