EmailSearchableObjects
Leave feedback
On this page
Inheritance: java.lang.Object
public final class EmailSearchableObjects
Specifies flags representing email message objects that are to be included in a watermark search.
| Field | Description |
|---|---|
| None | Specifies no search objects. |
| Subject | Search in message subject. |
| PlainTextBody | Search in message plain text body. |
| HtmlBody | Search in message html body. |
| AttachedImages | Search in attached images. |
| EmbeddedImages | Search in embedded images. |
| All | Search in all email objects. |
| Method | Description |
|---|---|
| getValues() | Gets an array of all values of [EmailSearchableObjects](../../com.groupdocs.watermark.search/emailsearchableobjects) enumeration. |
public static final int None
Specifies no search objects.
public static final int Subject
Search in message subject.
public static final int PlainTextBody
Search in message plain text body.
public static final int HtmlBody
Search in message html body.
public static final int AttachedImages
Search in attached images.
public static final int EmbeddedImages
Search in embedded images.
public static final int All
Search in all email objects.
public static final int[] getValues()
Gets an array of all values of [EmailSearchableObjects](../../com.groupdocs.watermark.search/emailsearchableobjects) enumeration.
Returns:
int[] - The array of all values of [EmailSearchableObjects](../../com.groupdocs.watermark.search/emailsearchableobjects) enumeration.
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.