Interface SimpleEmailPart.Builder

  • Method Details

    • charset

      SimpleEmailPart.Builder charset(String charset)

      The applicable character set for the message content.

      Parameters:
      charset - The applicable character set for the message content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • data

      The textual data of the message content.

      Parameters:
      data - The textual data of the message content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.