nsIMsgSearchValue 编辑
Defined in comm-central/ mailnews/ base/ search/ public/ nsIMsgSearchValue.idl
#include "nsMsgSearchCore.idl" interface nsIMsgFolder; [scriptable, uuid(783758a0-cdb5-11dc-95ff-0800200c9a66)] interface nsIMsgSearchValue : nsISupports { // type of object attribute nsMsgSearchAttribValue attrib; // accessing these will throw an exception if the above // attribute does not match the type! attribute AString str; attribute nsMsgPriorityValue priority; attribute PRTime date; // see nsMsgMessageFlags.idl and nsMsgFolderFlags.idl attribute unsigned long status; attribute unsigned long size; attribute nsMsgKey msgKey; attribute long age; // in days attribute nsIMsgFolder folder; attribute nsMsgLabelValue label; attribute nsMsgJunkStatus junkStatus; /* * junkPercent is set by the message filter plugin, and is approximately * proportional to the probability that a message is junk. * (range 0-100, 100 is junk) */ attribute unsigned long junkPercent; AString toString(); };
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论