body property

body property

Gets the tag that denotes the body of a email file.

Definition:

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

See Also