Cloud Mail 2020 Python Edition

Questions / Feedback?

search_criteria_labels Property

A space separated list of labels to use when searching.

Syntax

def get_search_criteria_labels() -> str: ...
def set_search_criteria_labels(value: str) -> None: ...

search_criteria_labels = property(get_search_criteria_labels, set_search_criteria_labels)

Default Value

""

Remarks

A space separated list of labels to use when searching.

This property specifies a space separated list of labels to be used when searching. Messages with matching labels will be returned. Labels that include spaces must be quoted, for instance: "My Label".

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