text_filter property

text_filter property

Sets the keywords used to filter messages.

Remarks

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

Definition:

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

See Also