Interface GetStoredEmailResponse


public interface GetStoredEmailResponse
GetStoredEmailResponse
  • Method Details

    • getFrom

      String getFrom()
      The full 'From' email address entry of the email

      Field is required

      Returns:
      from
    • getSubject

      String getSubject()
      Subject of the email

      Field is required

      Returns:
      subject
    • getSender

      String getSender()
      Just the email address from the provided 'From'' field

      Field is required

      Returns:
      sender
    • getRecipients

      String getRecipients()
      A list of email addresses from the 'To'' field

      Field is required

      Returns:
      recipients
    • getBodyHtml

      String getBodyHtml()
      The full HTML body of the full message
      Returns:
      bodyHtml
    • getBodyPlain

      String getBodyPlain()
      The plain text body of the full message

      Field is required

      Returns:
      bodyPlain
    • getStrippedHtml

      String getStrippedHtml()
      Only the body of the email in HTML

      Field is required

      Returns:
      strippedHtml
    • getStrippedText

      String getStrippedText()
      Only the body of the email in plain text

      Field is required

      Returns:
      strippedText
    • getStrippedSignature

      String getStrippedSignature()
      The signature stripped from the body

      Field is required

      Returns:
      strippedSignature
    • getMessageHeaders

      List<List<String>> getMessageHeaders()
      The full list of headers of the MIME upon send

      Field is required

      Returns:
      messageHeaders
    • builder

      Getting builder
      Returns:
      New Builder instance