KickJava   Java API By Example, From Geeks To Geeks.

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

javax.mail.search
Class RecipientTerm

java.lang.Object
  extended byjavax.mail.search.SearchTerm
      extended byjavax.mail.search.AddressTerm
          extended byjavax.mail.search.RecipientTerm
All Implemented Interfaces:
Serializable
See Also:
Source Code

public boolean equals(Object obj)
See Also:
AddressTerm
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:
AddressTerm
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 RecipientTerm(Message.RecipientType type,
                     Address address)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Message.RecipientType type
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags