java.lang.Object | +--javax.mail.Message.RecipientTypeEnclosing Class:
static Message.RecipientType | The "Bcc" (blind carbon copy) recipients. |
static Message.RecipientType | The "Cc" (carbon copy) recipients. |
static Message.RecipientType | The "To" (primary) recipients. |
String | The type of recipient, usually the name of a corresponding Internet standard header. |
RecipientType(String type) Constructor for use by subclasses. |
Object | When deserializing a RecipientType, we need to make sure to return only one of the known static final instances defined in this class. |
public static final Message.RecipientType BCC
public static final Message.RecipientType CC
public static final Message.RecipientType TO
protected String type
protected RecipientType(String type)
protected Object readResolve()