Interface ISendMailReport

All Known Implementing Classes:
SendMailReport

public interface ISendMailReport
Result with information regarding a mail sending operation, see e.g. IMailContext.send(IBaseMailData, Mandant).
Since:
8.0.4
Author:
XIMA MEDIA GmbH
  • Method Details

    • getSentMails

      List<ISentMailData> getSentMails()
      Returns:
      A list of mails that were sent.
    • getMailSecurityReport

      IMailSecurityReport getMailSecurityReport()
      Gets a report about the security features that were applied to the mail, e.g. encryption and signing.
      Returns:
      A report about the security features that were applied to the mail.
      Since:
      8.5.0