javax.mail.internet
クラス MimeMessage.RecipientType

java.lang.Object
  上位を拡張 javax.mail.Message.RecipientType
      上位を拡張 javax.mail.internet.MimeMessage.RecipientType
すべての実装されたインタフェース:
Serializable
含まれているクラス:
MimeMessage

public static final class MimeMessage.RecipientType
extends Message.RecipientType

この内部クラスは javax.mail.Message.RecipientType クラスを拡張して、 補足的な RecipientType を追加します。 現在ここで定義されている 1 つの補足的な RecipientType は NEWSGROUPS です。

関連項目:
Message.RecipientType, 直列化された形式

フィールドの概要
static MimeMessage.RecipientType NEWSGROUPS
          "Newsgroup" (Usenet ニュース) 受信者です。
 
クラス javax.mail.Message.RecipientType から継承されたフィールド
BCC, CC, TO, type
 
コンストラクタの概要
protected MimeMessage.RecipientType(String type)
           
 
メソッドの概要
protected  Object readResolve()
          RecipientType の直列化を解除する際、このクラスで定義される 既知の static final インスタンスを唯 1 つ返す事を保証する必要があります。
 
クラス javax.mail.Message.RecipientType から継承されたメソッド
toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

NEWSGROUPS

public static final MimeMessage.RecipientType NEWSGROUPS
"Newsgroup" (Usenet ニュース) 受信者です。

コンストラクタの詳細

MimeMessage.RecipientType

protected MimeMessage.RecipientType(String type)
メソッドの詳細

readResolve

protected Object readResolve()
                      throws ObjectStreamException
クラス Message.RecipientType の記述:
RecipientType の直列化を解除する際、このクラスで定義される 既知の static final インスタンスを唯 1 つ返す事を保証する必要があります。 サブクラスは、このスーパーメソッドを呼び出す前に、 既知のインスタンスをチェックする独自の readResolve メソッドを実装しなければなりません。

オーバーライド:
クラス Message.RecipientType 内の readResolve
例外:
ObjectStreamException