Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.mail.internet
Class MimeMessage.RecipientType  view MimeMessage.RecipientType download MimeMessage.RecipientType.java

java.lang.Object
  extended byjavax.mail.Message.RecipientType
      extended byjavax.mail.internet.MimeMessage.RecipientType
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MimeMessage

public static class MimeMessage.RecipientType
extends javax.mail.Message.RecipientType

Extends javax.mail.Message.RecipientType to support addition recipient types.


Field Summary
static MimeMessage.RecipientType NEWSGROUPS
          Recipient type for Usenet news.
 
Fields inherited from class javax.mail.Message.RecipientType
BCC, CC, TO, type
 
Constructor Summary
protected MimeMessage.RecipientType(java.lang.String type)
           
 
Method Summary
protected  java.lang.Object readResolve()
          Ensure the singleton is returned.
 
Methods inherited from class javax.mail.Message.RecipientType
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NEWSGROUPS

public static final MimeMessage.RecipientType NEWSGROUPS
Recipient type for Usenet news.

Constructor Detail

MimeMessage.RecipientType

protected MimeMessage.RecipientType(java.lang.String type)
Method Detail

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Ensure the singleton is returned.