javax.mail.internet
Class MimeMessage.RecipientType

java.lang.Object
  extended by 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

Extends Message.RecipientType to support addition recipient types.

See Also:
Serialized Form

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(String type)
           
 
Method Summary
protected  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(String type)
Method Detail

readResolve

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

Overrides:
readResolve in class Message.RecipientType
Returns:
resolved object
Throws:
ObjectStreamException


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.