Package de.xima.fc.mail.interfaces
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ISentMailData>
getSentMails()
-
-
-
Method Detail
-
getSentMails
List<ISentMailData> getSentMails()
- Returns:
- A list of mails that were sent.
-
-