Save This Page
Home » apache-tomcat-6.0.16-src » javax » mail » [javadoc | source]
javax.mail
public static class: Message.RecipientType [javadoc | source]
java.lang.Object
   javax.mail.Message$RecipientType

All Implemented Interfaces:
    Serializable

Enumeration of types of recipients allowed by the Message class.
Field Summary
public static final  Message.RecipientType TO    A "To" or primary recipient. 
public static final  Message.RecipientType CC    A "Cc" or carbon-copy recipient. 
public static final  Message.RecipientType BCC    A "Bcc" or blind carbon-copy recipient. 
protected  String type     
Constructor:
 protected RecipientType(String type) 
Method from javax.mail.Message$RecipientType Summary:
readResolve,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.mail.Message$RecipientType Detail:
 protected Object readResolve() throws ObjectStreamException 
 public String toString()