10 pts.
 Searching for attachment names
Can lotus script be used to search for attachment names in all mail files, even when full-text indexing is not turned on for the mail files?

Software/Hardware used:
ASKED: February 13, 2012  9:39 PM
UPDATED: February 27, 2012  8:46 PM

Answer Wiki:
Yes it could be done ... but : - without FT it will be very slow and inefficient - you have to have the rights to access the user's mailbox (sign the agent with the correct id (admin or mailbox server)) It could be something like this pseudo-code : Open the user mail view in your public adress book for each db in this view, open the db open the all documents view for each mail document in the view open mail document for each RichText or MIME field check if file attached if so, print (log or what ever) attachement name next RichText or MIME field next mail document Next mail db I could send you some sample code if you are a bit lost.... Hope it helps
Last Wiki Answer Submitted:  February 14, 2012  2:28 pm  by  BruceWayne   4,075 pts.
All Answer Wiki Contributors:  BruceWayne   4,075 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

If you turn on FT how would  you do a search and please send the code.

 20 pts.