javax.mail.internet

Class MimeMessage.RecipientType

Enclosing Class:
MimeMessage
Implemented Interfaces:
Serializable

public static class MimeMessage.RecipientType
extends Message.RecipientType

Additional recipient types specific to internet messages.

Field Summary

static MimeMessage.RecipientType
NEWSGROUPS
The "Newsgroups" (Usenet news) recipient type.

Fields inherited from class javax.mail.Message.RecipientType

BCC, CC, TO, type

Constructor Summary

RecipientType(String type)

Method Summary

protected Object
readResolve()

Methods inherited from class javax.mail.Message.RecipientType

readResolve, toString

Field Details

NEWSGROUPS

public static final MimeMessage.RecipientType NEWSGROUPS
The "Newsgroups" (Usenet news) recipient type.

Constructor Details

RecipientType

protected RecipientType(String type)

Method Details

readResolve

protected Object readResolve()
            throws ObjectStreamException
Overrides:
readResolve in interface Message.RecipientType

© Copyright 2003, 2004 The Free Software Foundation, All rights reserved