Pete, Diane:
There is a good script posted at
http://www.biterscripting.com/SS_FindEmailStrs.html
that will show full paths of email files with the search results. For
example, the biterscripting command
scr SS_FindEmailStrs.txt storagedir("email storage folder") files
("*.eml") search_strings("hello") lines(100)
will show a list of all email files that contain the search word
"hello". Files will be listed with full folder path.
To use that script,
1. Install biterscripting free from
http://www.biterscripting.com/install.html
..
2. Start biterscripting. Install all sample scripts with the command
script "http://www.biterscripting.com/Download/SS_AllSamples.txt"
3. Search email by calling the script SS_FindEmailStrs as above.
I have also seen postings by others on the web that show how to use
biterscripting for searching emails. I find it pretty useful.
Richard