Name

javax.mail.Message.RecipientType — This inner class of Message defines the manner in which a recipient may be categorized by a Message object, such as TO, CC, or BCC.

Synopsis

public static class Message.RecipientType extends java.lang.Object {
    // Protected Constructor
             protected Message.RecipientType (java.lang.String type);
    // Public Variables
             public static final Message.RecipientType TO;
             public static final Message.RecipientType CC;
             public static final Message.RecipientType BCC;
    // Protected Variable
             protected java.lang.String type;
}

Hierarchy

java.lang.Object→javax.mail.Message.RecipientType

Get Programming Internet Email 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.