Uses of Class
de.aristaflow.adept2.model.mail.EmailAddress
-
Packages that use EmailAddress Package Description de.aristaflow.adept2.model.mail -
-
Uses of EmailAddress in de.aristaflow.adept2.model.mail
Methods in de.aristaflow.adept2.model.mail that return EmailAddress Modifier and Type Method Description EmailAddress
Email. getBounceTo()
Gets the address to which to send problems that occur on the way of the mail to its recipient ornull
.EmailAddress
Email. getFrom()
Gets the address of the sender.EmailAddress
Email. getReplyTo()
Gets the address to which to reply to (in case this differs from the sender) ornull
.Methods in de.aristaflow.adept2.model.mail that return types with arguments of type EmailAddress Modifier and Type Method Description List<EmailAddress>
Email. getBcc()
Gets the addresses to which to send a copy of the mail unaware of the other recipients or an empty list.List<EmailAddress>
Email. getCc()
Gets the addresses to which to send a copy of the mail or an empty list.List<EmailAddress>
Email. getTo()
Gets the addresses to which to send the mail.
-