Interface MessageBody.Builder

  • Method Details

    • html

      The HTML body content of the message.

      Parameters:
      html - The HTML body content of the message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • messageMalformed

      MessageBody.Builder messageMalformed(Boolean messageMalformed)

      A flag indicating if the email was malformed.

      Parameters:
      messageMalformed - A flag indicating if the email was malformed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • text

      The plain text body content of the message.

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