AboutPaski K. Paskaradevan Expertise I have 3 + years in Lotus Notes application development. I am a CLP R5 Application Development. I can answer any question pertaining to application development.
Experience R5 CLP. In addition, I have a bachelors degree in Engineering and a MBA.
Expert: Paski K. Paskaradevan Date: 12/26/2007 Subject: Search Lotus Notes incoming mail
Question I would like a script to examine mail that has arrived at the server and search the entire email for the character set, particularly koi8-r or koi8-u. If that text is found, the script should then delete the mail.
I have tried to search the body of the email after it has arrived in my inbox, but the character set information is not available unless I view the page source.
I have not written scripts for Notes and would appreciate any help or examples. I believe we are using 6.5.
Answer Hi,
You can use the method FindFirstString in the NotesRichTextNavigator class. It is very clearly explained in the designer help.
This class is available in R6 and later versions.
You need to write a scheduled agent which runs on the server based notes mail box.