Package javax.mail.internet
Class MimeMessage.RecipientType
- java.lang.Object
-
- javax.mail.Message.RecipientType
-
- javax.mail.internet.MimeMessage.RecipientType
-
- All Implemented Interfaces:
java.io.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
Fields Modifier and Type Field Description static MimeMessage.RecipientType
NEWSGROUPS
The "Newsgroups" (Usenet news) recipient type.-
Fields inherited from class javax.mail.Message.RecipientType
BCC, CC, TO, type
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RecipientType(java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
readResolve()
-
Methods inherited from class javax.mail.Message.RecipientType
toString
-
-
-
-
Field Detail
-
NEWSGROUPS
public static final MimeMessage.RecipientType NEWSGROUPS
The "Newsgroups" (Usenet news) recipient type.
-
-
Method Detail
-
readResolve
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
- Overrides:
readResolve
in classMessage.RecipientType
- Throws:
java.io.ObjectStreamException
-
-