当前位置: 技术问答>java相关
关于javamail中message类的setExpunged方法的问题。
来源: 互联网 发布时间:2015-04-22
本文导语: 当调用该方法时,系统报在java.mail.message中无此方法。 在javamail-doc中有此方法, 不过不太理解这句话的意思,不知道谁能解释一下,thank u "This method is to be used only by the implementation classes." | ...
当调用该方法时,系统报在java.mail.message中无此方法。
在javamail-doc中有此方法,
不过不太理解这句话的意思,不知道谁能解释一下,thank u
"This method is to be used only by the implementation classes."
在javamail-doc中有此方法,
不过不太理解这句话的意思,不知道谁能解释一下,thank u
"This method is to be used only by the implementation classes."
|
protected void setExpunged(boolean expunged)
Sets the expunged flag for this Message.
是protected 的。在MimeMessage类里内部调用的,你不可以调用它。
Sets the expunged flag for this Message.
是protected 的。在MimeMessage类里内部调用的,你不可以调用它。
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。