Package javaforce

Class SMTP.Attachment

java.lang.Object
javaforce.SMTP.Attachment
Enclosing class:
SMTP

public static class SMTP.Attachment extends Object
Email Attachment
  • Field Details

    • name

      public String name
      attachment filename (no path)
    • data

      public byte[] data
      attachment content
  • Constructor Details

    • Attachment

      public Attachment()
  • Method Details