Class Attachment

java.lang.Object
de.uplanet.lucy.server.mail.Attachment

public final class Attachment extends Object
  • Method Details

    • getFile

      public File getFile()
      Get the attachment file.
      Returns:
      The file.
    • getFileName

      public String getFileName()
      Get the file name of the attachment.
      Returns:
      The file name.
    • getCid

      public String getCid()
      Get the content ID (CID) of the attachment.
      Returns:
      The CID.
    • getContentType

      public String getContentType()
      Get the content type of the attachment.
      Returns:
      The content type.