public static class Message.RecipientType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static Message.RecipientType |
BCC
A "Bcc" or blind carbon-copy recipient.
|
static Message.RecipientType |
CC
A "Cc" or carbon-copy recipient.
|
static Message.RecipientType |
TO
A "To" or primary recipient.
|
protected java.lang.String |
type |
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