display_sent property

display_sent property

The option to display or hide the sent date/time in the header. Default is True.

Definition:

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

See Also