|
||||||||||
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 java.lang.String |
type
The type of recipient. |
Constructor Summary | |
---|---|
protected |
Message.RecipientType(java.lang.String type)
|
Method Summary | |
---|---|
protected java.lang.Object |
readResolve()
|
java.lang.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 java.lang.String type
Constructor Detail |
---|
protected Message.RecipientType(java.lang.String type)
Method Detail |
---|
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
java.io.ObjectStreamException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |