text_filter property

text_filter property

The keywords used to filter messages.

Use this property to render all messages that contain specific text in the subject or body. For a code example, see the documentation.

Definition:

@property
def text_filter(self):
    ...
@text_filter.setter
def text_filter(self, value):
    ...

See Also