public static class Message.RecipientType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier | Constructor and Description |
---|---|
protected |
Message.RecipientType(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
readResolve() |
java.lang.String |
toString() |
public static final Message.RecipientType TO
public static final Message.RecipientType CC
public static final Message.RecipientType BCC
protected java.lang.String type