display_attachments property

display_attachments property

The option to display or hide attachments in the header. Default: True.

Definition:

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

See Also