EmailContent
Leave feedback
On this page
Represents an email message.
public sealed class EmailContent : Content
| Name | Description |
|---|---|
| Attachments { get; } | Gets the collection of all attachments of the email message. |
| Bcc { get; } | Gets the collection of BCC (blind carbon copy) recipients of the email message. |
| Body { get; set; } | Gets or sets the plain text representation of the message body. |
| BodyType { get; } | Gets the type of the email message body. |
| Cc { get; } | Gets the collection of CC (carbon copy) recipients of the email message. |
| EmbeddedObjects { get; } | Gets the collection of all embedded objects of the email message. |
| From { get; } | Gets the from address of the email message. |
| HtmlBody { get; set; } | Gets or sets the html representation of the message body. |
| Subject { get; set; } | Gets or sets the subject of the email message. |
| To { get; } | Gets the collection of recipients of the email message. |
| Name | Description |
|---|---|
| Dispose() | Disposes the current instance. |
| FindImages() | Finds all images in the content. The search is conducted in the objects specified in SearchableObjects. |
| FindImages(ImageSearchCriteria) | Finds images according to the specified search criteria. The search is conducted in the objects specified in SearchableObjects. |
| Search() | Finds all possible watermarks in the content. The search is conducted in the objects specified in SearchableObjects. |
| Search(SearchCriteria) | Finds possible watermarks according to specified search criteria. The search is conducted in the objects specified in SearchableObjects. |
Learn more:
- class Content
- namespace GroupDocs.Watermark.Contents.Email
- assembly GroupDocs.Watermark
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.