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

Additional recipient types specific to internet messages.

See Also:
Serialized Form

Field Summary
static MimeMessage.RecipientType NEWSGROUPS
          The "Newsgroups" (Usenet news) recipient type.
 
Fields inherited from class javax.mail.Message.RecipientType
BCC, CC, TO, type
 
Constructor Summary
protected MimeMessage.RecipientType(String 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
The "Newsgroups" (Usenet news) recipient type.

Constructor Detail

MimeMessage.RecipientType

protected MimeMessage.RecipientType(String type)
Method Detail

readResolve

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


© Copyright 2003, 2004 The Free Software Foundation, All rights reserved