Class MailSpec.ContentType

java.lang.Object
com.orchestranetworks.workflow.MailSpec.ContentType
Enclosing interface:
MailSpec

public static final class MailSpec.ContentType extends Object
  • Field Details

    • TEXT_PLAIN

      public static final MailSpec.ContentType TEXT_PLAIN

      The "text/plain" content type.

    • TEXT_HTML

      public static final MailSpec.ContentType TEXT_HTML

      The "text/html" content type.

      This content type must be selected to force the interpretation of HTML tags in the email body.