public static class MimeMessage.RecipientType extends Message.RecipientType
Message.RecipientType
to support addition recipient types.Modifier and Type | Field and Description |
---|---|
static MimeMessage.RecipientType |
NEWSGROUPS
Recipient type for Usenet news.
|
BCC, CC, TO, type
Modifier | Constructor and Description |
---|---|
protected |
MimeMessage.RecipientType(String type) |
Modifier and Type | Method and Description |
---|---|
protected Object |
readResolve()
Ensure the singleton is returned.
|
toString
public static final MimeMessage.RecipientType NEWSGROUPS
protected MimeMessage.RecipientType(String type)
protected Object readResolve() throws ObjectStreamException
readResolve
in class Message.RecipientType
ObjectStreamException
Copyright © 2013. All rights reserved.