address_filter property

address_filter property

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

Remarks

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

Definition:

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

See Also