Name

javax.mail.search.SearchTerm — This abstract class is used to define actions for search-term classes.

Synopsis

public abstract class SearchTerm extends java.lang.Object {
    // Public Constructor
            public SearchTerm();
    // Public Method
            public abstract boolean match(Message msg);
}

Hierarchy

java.lang.Object→javax.mail.search.SearchTerm

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.