skipagency1
Programmer
Hi
we are becoming crazy for a search on a Lotus Notes DataBase
We use the following method for serching a text in the title of every message (of a Lotus Notes folder)
searchFormula$ = "Form=""Memo"" & @Contains(@Uppercase(Subject);""" & UCase(srcString) & """)"
Set MailDoc = Maildb.Search(searchFormula$, Nothing, 0)
This method works very well but now we would like to make the same research also on the body of the message.
Someone can help us please???
Thanks and regards
we are becoming crazy for a search on a Lotus Notes DataBase
We use the following method for serching a text in the title of every message (of a Lotus Notes folder)
searchFormula$ = "Form=""Memo"" & @Contains(@Uppercase(Subject);""" & UCase(srcString) & """)"
Set MailDoc = Maildb.Search(searchFormula$, Nothing, 0)
This method works very well but now we would like to make the same research also on the body of the message.
Someone can help us please???
Thanks and regards