EmailBodyType
Inheritance: java.lang.Object
public final class EmailBodyType
Represents a content type of an email message body.
Fields
Field | Description |
---|---|
PlainText | Plain text body. |
Html | Html-formatted body. |
PlainText
public static final int PlainText
Plain text body.
Html
public static final int Html
Html-formatted body.