html_body property

html_body property

Gets or sets the html representation of the message body.

Definition:

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

See Also