Uses of Interface
de.xima.fc.mail.interfaces.ISentMailData
Packages that use ISentMailData
-
Uses of ISentMailData in de.xima.fc.mail.impl
Classes in de.xima.fc.mail.impl that implement ISentMailDataModifier and TypeClassDescriptionfinal class
Default POJO implementation of ISentMailData.Methods in de.xima.fc.mail.impl that return ISentMailDataModifier and TypeMethodDescriptionstatic ISentMailData
SentMailData.ofMimeMessage
(javax.mail.internet.MimeMessage msg) Creates a aSentMailData
POJO with the data from the given mail mime message.Methods in de.xima.fc.mail.impl that return types with arguments of type ISentMailDataConstructor parameters in de.xima.fc.mail.impl with type arguments of type ISentMailDataModifierConstructorDescriptionSendMailReport
(List<ISentMailData> sentMails) Creates a new POJO with the given data. -
Uses of ISentMailData in de.xima.fc.mail.impl.context
Methods in de.xima.fc.mail.impl.context that return ISentMailDataModifier and TypeMethodDescriptionprotected ISentMailData
MSGraphMailContext.send
(com.microsoft.graph.requests.GraphServiceClient<okhttp3.Request> graphClient, javax.mail.internet.MimeMessage msg, IBaseMailData mail, Mandant client) -
Uses of ISentMailData in de.xima.fc.mail.interfaces
Methods in de.xima.fc.mail.interfaces that return types with arguments of type ISentMailData