Name

javax.mail.search.NotTerm — This class holds a search term. The match method returns true if the term is not found in a message (logical NEGATION).

Synopsis

public final class NotTerm extends SearchTerm {
    // Public Constructor
            public NotTerm(SearchTerm t);
    // Protected Variable
            protected SearchTerm term;
    // Public Methods
            public SearchTerm getTerm();
            public boolean match(Message msg);
}

Hierarchy

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

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.