javax.mail
Class Message.RecipientType

java.lang.Object
  extended byjavax.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

Field Summary
static Message.RecipientType BCC
           
static Message.RecipientType CC
           
static Message.RecipientType TO
           
protected  String type
           
 
Constructor Summary
protected Message.RecipientType(String type)
           
 
Method Summary
protected  Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

Message.RecipientType

protected Message.RecipientType(String type)
Method Detail

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException

toString

public String toString()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.