Class EmailInfo.Attachment

Object
Attachment
Enclosing class:
EmailInfo

public static class EmailInfo.Attachment extends Object
  • Constructor Details

    • Attachment

      public Attachment()
    • Attachment

      public Attachment(File file)
    • Attachment

      public Attachment(File file, String attachmentName)
  • Method Details

    • getFile

      public File getFile()
    • setFile

      public void setFile(File file)
    • getAttachmentName

      public String getAttachmentName()
    • setAttachmentName

      public void setAttachmentName(String attachmentName)