Defined in comm-central/ mailnews/ base/ search/ public/ nsIMsgSearchScopeTerm.idl
[scriptable, uuid(934672c3-9b8f-488a-935d-87b4023fa0be)] interface nsIMsgSearchScopeTerm : nsISupports { nsIInputStream getInputStream(in nsIMsgDBHdr aHdr); void closeInputStream(); readonly attribute nsIMsgFolder folder; readonly attribute nsIMsgSearchSession searchSession; };