Name

MimeMessage.RecipientType

Synopsis

This class extends Message.RecipientType to include a NEWSGROUPS recipient, allowing messages to be directed to Usenet newsgroups when an appropriate JavaMail service is installed.

public static class MimeMessage.RecipientType extends Message.RecipientType {
// Protected Constructors
   protected RecipientType( String type);  
// Public Constants
   public static final MimeMessage.RecipientType NEWSGROUPS;  
// Protected Methods Overriding Message.RecipientType
   protected Object readResolve(                                 // 1.2
        ) throws ObjectStreamException;  
}

Type Of

MimeMessage.RecipientType.NEWSGROUPS

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.