public final class MailMessageParseMode
extends java.lang.Enum
TemplatedMailMessage
should be parsed.Modifier and Type | Field and Description |
---|---|
static MailMessageParseMode | All Parse the entire message body for header values like "To:" and "From:". |
static MailMessageParseMode | Header Parse the message body for header values like "To:" and "From:" until "Subject:" is encountered, Parse "Subject:" but then skip parsing the remaining message body. |
static MailMessageParseMode | None Don't parse the message body for header values like "To:" and "From:". |
public static final MailMessageParseMode All
public static final MailMessageParseMode Header
public static final MailMessageParseMode None