|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.mail.Message.RecipientType
public static class Message.RecipientType
The types of recipients to which a message can be sent. The types defined here are TO, CC and BCC. Other types may be defined by subclasses.
Field Summary | |
---|---|
static Message.RecipientType |
BCC
"Blind" carbon-copy recipients. |
static Message.RecipientType |
CC
Carbon-copy recipients. |
static Message.RecipientType |
TO
Primary recipients. |
protected String |
type
The type of recipient. |
Constructor Summary | |
---|---|
protected |
Message.RecipientType(String type)
|
Method Summary | |
---|---|
protected Object |
readResolve()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Message.RecipientType TO
public static final Message.RecipientType CC
public static final Message.RecipientType BCC
protected String type
Constructor Detail |
---|
protected Message.RecipientType(String type)
Method Detail |
---|
protected Object readResolve() throws ObjectStreamException
ObjectStreamException
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |