javax.mail
Class Message.RecipientType
java.lang.Object
javax.mail.Message.RecipientType
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MimeMessage.RecipientType
- Enclosing class:
- Message
- public static class Message.RecipientType
- extends Object
- implements Serializable
- See Also:
- Serialized Form
BCC
public static final Message.RecipientType BCC
CC
public static final Message.RecipientType CC
TO
public static final Message.RecipientType TO
type
protected String type
Message.RecipientType
protected Message.RecipientType(String type)
readResolve
protected Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
toString
public String toString()
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.