Uses of Class
de.aristaflow.adept2.model.mail.EmailAddress
Packages that use EmailAddress
-
Uses of EmailAddress in de.aristaflow.adept2.model.mail
Methods in de.aristaflow.adept2.model.mail that return EmailAddressModifier and TypeMethodDescriptionEmail.getBounceTo()Gets the address to which to send problems that occur on the way of the mail to its recipient ornull.Email.getFrom()Gets the address of the sender.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 EmailAddressModifier and TypeMethodDescriptionEmail.getBcc()Gets the addresses to which to send a copy of the mail unaware of the other recipients or an empty list.Email.getCc()Gets the addresses to which to send a copy of the mail or an empty list.Email.getTo()Gets the addresses to which to send the mail.