Interface EmailHeader.Builder

    • Method Detail

      • name

        EmailHeader.Builder name​(String name)

        The name of the email header.

        Parameters:
        name - The name of the email header.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        EmailHeader.Builder value​(String value)

        The value of the email header.

        Parameters:
        value - The value of the email header.
        Returns:
        Returns a reference to this object so that method calls can be chained together.