This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


javax.mail.internet
class MimeMessage.RecipientType

javax.mail.Message.RecipientType extended by javax.mail.internet.MimeMessage.RecipientType
All Implemented Interfaces:
Serializable
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.


Field Summary
static MimeMessage.RecipientType NEWSGROUPS
          The "Newsgroup" (Usenet news) recipients.
 
Fields inherited from class javax.mail.Message.RecipientType
BCC, CC, TO, type
 
Constructor Summary
protected

          
 
Method Summary
protected Object

          When deserializing a RecipientType, we need to make sure to return only one of the known static final instances defined in this class.
 
Methods inherited from class javax.mail.Message.RecipientType
readResolve, toString
 

Field Detail

NEWSGROUPS

public static final MimeMessage.RecipientType NEWSGROUPS
The "Newsgroup" (Usenet news) recipients.
Constructor Detail

MimeMessage.RecipientType

protected MimeMessage.RecipientType(String type)
Parameters:
type
Method Detail

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Overrides:
readResolve in class Message.RecipientType
Throws:
ObjectStreamException


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention. The official Sun™ documentation can be found here at http://java.sun.com/products/javamail/javadocs/index.html.