当前位置: 技术问答>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类里内部调用的,你不可以调用它。