Class SendMailAttachmentParmDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.SendMailAttachmentParmDTO

public class SendMailAttachmentParmDTO extends Object
Contains an attachment for an email.
  • content as byte[]
  • content type of the attachment (e.g. "application/octet-stream")
  • filename of the attachment
  • Field Details

    • fileContent

      public byte[] fileContent
      Content of the attachment file
    • fileContentType

      public String fileContentType
      Content-type of the attachment (e.g. "application/octet-stream")
    • fileName

      public String fileName
      Name of the attachment file
  • Constructor Details

    • SendMailAttachmentParmDTO

      public SendMailAttachmentParmDTO()