javax.mail.internet
Class MimeMessage.RecipientType

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

public static class MimeMessage.RecipientType
extends Message.RecipientType

See Also:
Serialized Form

Field Summary
static MimeMessage.RecipientType NEWSGROUPS
           
 
Fields inherited from class javax.mail.Message.RecipientType
BCC, CC, TO, type
 
Method Summary
protected  Object readResolve()
           
 
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
Method Detail

readResolve

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


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.