javax.mail.internet

Class MimeMessage.RecipientType

public static class MimeMessage.RecipientType extends Message.RecipientType

Extends RecipientType to support addition recipient types.
Field Summary
static MimeMessage.RecipientTypeNEWSGROUPS
Recipient type for Usenet news.
Constructor Summary
protected RecipientType(String type)
Method Summary
protected ObjectreadResolve()
Ensure the singleton is returned.

Field Detail

NEWSGROUPS

public static final MimeMessage.RecipientType NEWSGROUPS
Recipient type for Usenet news.

Constructor Detail

RecipientType

protected RecipientType(String type)

Method Detail

readResolve

protected Object readResolve()
Ensure the singleton is returned.

Returns: resolved object