当前页面:
在线文档首页 >
Java Platform, Enterprise Edition v1.3.1 API Specifications
Java 2 Platform EE v1.3: Class MimeMessage.RecipientType - Java Platform, Enterprise Edition v1.3.1 API Specifications
javax.mail.internet
Class MimeMessage.RecipientType
java.lang.Object
|
+--javax.mail.Message.RecipientType
|
+--javax.mail.internet.MimeMessage.RecipientType
- Enclosing class:
- MimeMessage
- public static class MimeMessage.RecipientType
- extends Message.RecipientType
This inner class extends the javax.mail.Message.RecipientType
class to add additional RecipientTypes. The one additional
RecipientType currently defined here is NEWSGROUPS.
- See Also:
Message.RecipientType
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NEWSGROUPS
public static final MimeMessage.RecipientType NEWSGROUPS
- The "Newsgroup" (Usenet news) recipients.
MimeMessage.RecipientType
protected MimeMessage.RecipientType(java.lang.String type)