Class SendMailParmDTO

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

public class SendMailParmDTO extends Object
Parameter necessary for sending a mail, describes
  • receivers
  • replytos
  • ccs
  • bccs
  • subject
  • content
  • contenttype (e.g. "text/plain")
  • MIME-character-Set (e.g. "utf-8")
  • A list of attachments
  • Field Details

    • receivers

      public String[] receivers
      receivers of the mail
    • replytos

      public String[] replytos
      reply to addresses of the mail
    • ccs

      public String[] ccs
      ccs of the mail
    • bccs

      public String[] bccs
      bccs of the mail
    • subject

      public String subject
      subject of the mail
    • content

      public String content
      content of the mail
    • contentType

      public String contentType
      content-type of the mail
    • mimeCharSet

      public String mimeCharSet
      MIME-characterset of the mail
    • attachments

      public SendMailAttachmentParmDTO[] attachments
      Attachments of the mail
  • Constructor Details

    • SendMailParmDTO

      public SendMailParmDTO()