Posted By:
aiysha_saleem
Posted On:
Thursday, November 29, 2001 03:22 AM
hi!
i have gone through the FAQ's, but couldnt find wat i need. i want to search mails in my inbox, but when i add the code
SearchTerm st = new OrTerm(
new SubjectTerm("any text"),
new FromStringTerm("email"));
Message[] msgs = folder.search(st);
i get error that the class SubjectTerm not found. also how do i display ht esearched results, and if i want to enter the text to search in a text field , wat code will i use.
thanx.