javax.mail
public static class Message.RecipientType extends Object implements Serializable
| Field Summary | |
|---|---|
| static Message.RecipientType | BCC
A "Bcc" or blind carbon-copy recipient. |
| static Message.RecipientType | CC
A "Cc" or carbon-copy recipient. |
| protected String | type |
| static Message.RecipientType | TO
A "To" or primary recipient. |
| Constructor Summary | |
|---|---|
| protected | RecipientType(String type) |
| Method Summary | |
|---|---|
| protected Object | readResolve() |
| String | toString() |