EmailContent class
EmailContent class
Represents an email message.
Inheritance: EmailContent →
Content →
ContentPart
The EmailContent type exposes the following members:
Properties
| Property | Description |
|---|---|
| attachments | Gets the collection of all attachments of the email message. |
| embedded_objects | Gets the collection of all embedded objects of the email message. |
| from_address | Gets the from address of the email message. |
| to | Gets the collection of recipients of the email message. |
| cc | Gets the collection of CC (carbon copy) recipients of the email message. |
| bcc | Gets the collection of BCC (blind carbon copy) recipients of the email message. |
| subject | Gets or sets the subject of the email message. |
| body | Gets or sets the plain text representation of the message body. |
| html_body | Gets or sets the html representation of the message body. |
| body_type | Gets the type of the email message body. |
Methods
| Method | Description |
|---|---|
| find_images | Finds images according to the specified search criteria.
The search is conducted in the objects specified in Watermarker.searchable_objects. |
| find_images | Finds all images in the content.
The search is conducted in the objects specified in Watermarker.searchable_objects. |
| search | Finds possible watermarks according to specified search criteria.
The search is conducted in the objects specified in Watermarker.searchable_objects. |
| search | Finds all possible watermarks in the content.
The search is conducted in the objects specified in Watermarker.searchable_objects. |
Remarks
Learn more: | | | | |
See Also
- module
groupdocs.watermark.contents.email - class
Content - class
ContentPart - class
EmailContent