javax.mail
Class Message.RecipientType
java.lang.Object
javax.mail.Message.RecipientType
- Message
- Serializable
public static class Message.RecipientType
extends java.lang.Object
implements Serializable
The types of recipients to which a message can be sent.
The types defined here are TO, CC and BCC. Other types may be defined
by subclasses.
BCC
public static final Message.RecipientType BCC
"Blind" carbon-copy recipients. This type of recipient is hidden from
other recipients of the message.
type
protected String type
The type of recipient.
RecipientType
protected RecipientType(String type)
readResolve
protected Object readResolve()
throws ObjectStreamException
toString
public String toString()
© Copyright 2003, 2004
The Free Software Foundation, All rights reserved