Interface MessageBody.Builder

    • Method Detail

      • html

        MessageBody.Builder html​(String 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

        MessageBody.Builder text​(String 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.