java.io.Serializable
MimeMessage.RecipientType
public static class Message.RecipientType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field | 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 | Description |
---|---|---|
protected |
RecipientType(java.lang.String type) |
Modifier and Type | Method | 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
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved