Name

javax.mail.FetchProfile — This class may be used to request certain attributes of messages on a remote mail server.

Synopsis

public class FetchProfile extends java.lang.Object {
    // Public Constructor
            public FetchProfile();
    // Public Methods
            public void add(FetchProfile.Item item);
            public void add (java.lang.String headerName);
            public boolean contains (FetchProfile.Item item);
            public boolean contains (java.lang.String headerName);
            public FetchProfile.Item[] getItems();
            public java.lang.String [] getHeaderNames();
}

Hierarchy

java.lang.Object→javax.mail.FetchProfile

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.