类 MyBodyTerm
- java.lang.Object
-
- javax.mail.search.SearchTerm
-
- javax.mail.search.StringTerm
-
- net.risesoft.james.entity.term.MyBodyTerm
-
- 所有已实现的接口:
Serializable
public final class MyBodyTerm extends javax.mail.search.StringTermdescription:邮件文本搜索- 作者:
- lzw
- 另请参阅:
- 序列化表格
- Date:
- 2023-04-23 18:14
-
-
构造器概要
构造器 构造器 说明 MyBodyTerm(String pattern)Construct a StringTerm with the given pattern.
-
-
-
构造器详细资料
-
MyBodyTerm
public MyBodyTerm(String pattern)
Construct a StringTerm with the given pattern. Case will be ignored.- 参数:
pattern- the pattern
-
-