Class Preview

java.lang.Object
com.mailosaur.models.Preview

public class Preview extends Object
Describes an email preview.
  • Constructor Details

    • Preview

      public Preview()
  • Method Details

    • id

      public String id()
      Gets the unique identifier for the email preview.
      Returns:
      The unique identifier for the email preview.
    • emailClient

      public String emailClient()
      Gets the email client the preview was generated with.
      Returns:
      The email client the preview was generated with.
    • disableImages

      public Boolean disableImages()
      True if images were disabled in the preview.
      Returns:
      True if images were disabled in the preview.