body property
body property
Gets or sets Body of email message.
Definition:
@property
def body(self):
    ...
@body.setter
def body(self, value):
    ...
See Also
- module 
groupdocs.signature.domain.extensions - class 
Email 
Gets or sets Body of email message.
@property
def body(self):
    ...
@body.setter
def body(self, value):
    ...
groupdocs.signature.domain.extensionsEmail