address_filter property

address_filter property

The email-address used to filter messages by sender or recipient.

Use this property to render all messages that contain specific text in the sender’s or recipient’s address. For a code example, see the documentation.

Definition:

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

See Also