javax.mail.search
public final class SentDateTerm extends DateTerm
Version: 1.3
Constructor Summary | |
---|---|
SentDateTerm(int comparison, Date date)
Constructor. |
Method Summary | |
---|---|
boolean | equals(Object other) |
boolean | match(Message msg)
Returns true only if the given message's sent date matches the
specified date using the specified operator. |
Parameters: comparison the comparison operator date the date for comparison