KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > mail > search > RecipientStringTerm

javax.mail.search
Class RecipientStringTerm

java.lang.Object
  extended byjavax.mail.search.SearchTerm
      extended byjavax.mail.search.StringTerm
          extended byjavax.mail.search.AddressStringTerm
              extended byjavax.mail.search.RecipientStringTerm
All Implemented Interfaces:
Serializable
See Also:
Source Code

public boolean equals(Object obj)
See Also:
AddressStringTerm
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Message.RecipientType getRecipientType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
StringTerm
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean match(Message msg)
See Also:
SearchTerm
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RecipientStringTerm(Message.RecipientType type,
                           String pattern)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags