public static class Message.RecipientType extends Object implements 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 String |
type |
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 © 2013. All rights reserved.