javax.mail
Class Message.RecipientType
java.lang.Object
javax.mail.Message.RecipientType
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MimeMessage.RecipientType
- Enclosing class:
- Message
public static class Message.RecipientType
- extends java.lang.Object
- implements java.io.Serializable
Enumeration of types of recipients allowed by the Message class.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TO
public static final Message.RecipientType TO
- A "To" or primary recipient.
CC
public static final Message.RecipientType CC
- A "Cc" or carbon-copy recipient.
BCC
public static final Message.RecipientType BCC
- A "Bcc" or blind carbon-copy recipient.
type
protected java.lang.String type
Message.RecipientType
protected Message.RecipientType(java.lang.String type)
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2011. All Rights Reserved.