Name

javax.mail.search.SentDateTerm — This class allows for the comparison of message sent dates.

Synopsis

public final class SentDateTerm extends DateTerm {
    // Public Constructor
            public SentDateTerm(int comparison, java.util.Date date);
    // Public Method
            public boolean match(Message msg);
}

Hierarchy

java.lang.Object→javax.mail.search.SearchTerm→javax.mail.search.
ComparisonTerm→javax.mail.search.DateTerm→javax.mail.search.SentDateTerm

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.