java.lang.Object | +--javax.mail.search.SearchTerm | +--javax.mail.search.AddressTerm | +--javax.mail.search.RecipientTerm
The recipient type. |
RecipientTerm(Message.RecipientType type, Address address) Constructor. |
boolean | equals(Object other) Equality comparison. |
Return the type of recipient to match with. | |
int | hashCode() Compute a hashCode for this object. |
boolean | The match method. |
protected Message.RecipientType type
public RecipientTerm(Message.RecipientType type, Address address)
public boolean equals(Object other)
public Message.RecipientType getRecipientType()
public int hashCode()
public boolean match(Message msg)