Interface Envelope.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Envelope.Builder,Envelope>, SdkBuilder<Envelope.Builder,Envelope>, SdkPojo
Enclosing class:
Envelope

@Mutable @NotThreadSafe public static interface Envelope.Builder extends SdkPojo, CopyableBuilder<Envelope.Builder,Envelope>
  • Method Details

    • from

      The RCPT FROM given by the host from which the email was received.

      Parameters:
      from - The RCPT FROM given by the host from which the email was received.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • helo

      The HELO used by the host from which the email was received.

      Parameters:
      helo - The HELO used by the host from which the email was received.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • to

      All SMTP TO entries given by the host from which the email was received.

      Parameters:
      to - All SMTP TO entries given by the host from which the email was received.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • to

      All SMTP TO entries given by the host from which the email was received.

      Parameters:
      to - All SMTP TO entries given by the host from which the email was received.
      Returns:
      Returns a reference to this object so that method calls can be chained together.