javax.mail
public static class Message.RecipientType extends Object implements Serializable
Field Summary | |
---|---|
static Message.RecipientType | BCC
"Blind" carbon-copy recipients. |
static Message.RecipientType | CC
Carbon-copy recipients. |
protected String | type
The type of recipient. |
static Message.RecipientType | TO
Primary recipients. |
Constructor Summary | |
---|---|
protected | RecipientType(String type) |
Method Summary | |
---|---|
protected Object | readResolve() |
String | toString() |