Uses of Interface
org.springframework.mail.MailMessage
Packages that use MailMessage
Package
Description
Spring's generic mail infrastructure.
JavaMail support for Spring's mail infrastructure.
- 
Uses of MailMessage in org.springframework.mailClasses in org.springframework.mail that implement MailMessageModifier and TypeClassDescriptionclassModels a simple mail message, including data such as the from, to, cc, subject, and text fields.Methods in org.springframework.mail with parameters of type MailMessageModifier and TypeMethodDescriptionvoidSimpleMailMessage.copyTo(MailMessage target) Copy the contents of this message to the given target message.
- 
Uses of MailMessage in org.springframework.mail.javamailClasses in org.springframework.mail.javamail that implement MailMessageModifier and TypeClassDescriptionclassImplementation of the MailMessage interface for a JavaMail MIME message, to let message population code interact with a simple message or a MIME message through a common interface.