|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.mail.Message.RecipientType
|
+--javax.mail.internet.MimeMessage.RecipientType
This inner class extends the javax.mail.Message.RecipientType class to add additional RecipientTypes. The one additional RecipientType currently defined here is NEWSGROUPS.
Message.RecipientType| Field Summary | |
static MimeMessage.RecipientType |
NEWSGROUPS
The "Newsgroup" (Usenet news) recipients. |
| Fields inherited from class javax.mail.Message.RecipientType |
BCC,
CC,
TO,
type |
| Constructor Summary | |
protected |
MimeMessage.RecipientType(java.lang.String type)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public static final MimeMessage.RecipientType NEWSGROUPS
| Constructor Detail |
protected MimeMessage.RecipientType(java.lang.String type)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||