display_attachments property

display_attachments property

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