javax.mail.internet
Class MimeMessage.RecipientType

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 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.

See Also:
Message.RecipientType, Serialized Form

Field Summary
static MimeMessage.RecipientType NEWSGROUPS
          The "Newsgroup" (Usenet news) recipients.
 
Fields inherited from class javax.mail.Message.RecipientType
BCC, CC, TO
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEWSGROUPS

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