站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Interface org.springframework.mail.MailMessage (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Interface
org.springframework.mail.MailMessage

Packages that use MailMessage
org.springframework.mail Spring's generic mail infrastructure. 
org.springframework.mail.javamail JavaMail support for Spring's mail infrastructure. 
 

Uses of MailMessage in org.springframework.mail
 

Classes in org.springframework.mail that implement MailMessage
 class SimpleMailMessage
          Models 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 MailMessage
 void SimpleMailMessage.copyTo(MailMessage target)
          Copy the contents of this message to the given target message.
 

Uses of MailMessage in org.springframework.mail.javamail
 

Classes in org.springframework.mail.javamail that implement MailMessage
 class MimeMailMessage
          Implementation 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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.