类 MyFormTerm
- java.lang.Object
-
- javax.mail.search.SearchTerm
-
- javax.mail.search.StringTerm
-
- javax.mail.search.AddressStringTerm
-
- net.risesoft.james.entity.term.MyFormTerm
-
- 所有已实现的接口:
Serializable
public final class MyFormTerm extends javax.mail.search.AddressStringTermdescription:发件人搜索- 作者:
- lzw
- 另请参阅:
- 序列化表格
- Date:
- 2023-04-24 9:14
-
-
构造器概要
构造器 构造器 说明 MyFormTerm(String pattern)Constructor.
-
-
-
构造器详细资料
-
MyFormTerm
public MyFormTerm(String pattern)
Constructor.- 参数:
pattern- the address pattern to be compared.
-
-
方法详细资料
-
match
public boolean match(javax.mail.Message msg)
This method applies a specific match criterion to the given message and returns the result.- 指定者:
match在类中javax.mail.search.SearchTerm- 参数:
msg- The match criterion is applied on this message- 返回:
- true, it the match succeeds, false if the match fails
-
-