public static class Message.RecipientType extends Object implements 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 String |
type
The type of recipient.
|
Modifier | Constructor and Description |
---|---|
protected |
Message.RecipientType(String type) |
public static final Message.RecipientType TO
public static final Message.RecipientType CC
public static final Message.RecipientType BCC
protected String type
protected Message.RecipientType(String type)
protected Object readResolve() throws ObjectStreamException
ObjectStreamException
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved