Interface SimpleEmailPart.Builder

    • Method Detail

      • 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

        SimpleEmailPart.Builder data​(String 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.