body_html property

body_html property

Gets the BodyRtf of the message converted to HTML, if present, otherwise an empty string.

Definition:

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

See Also