I need a lotus script agent that deletes a specific message from all mail files. Message recall did not work. any ideas!!!
need it fast
I need a lotus script agent that deletes a specific message from all mail files. Message recall did not work. any ideas!!!
need it fast
Subject: You’re going to need to find things that are specific to that mail
Then you can do a db.search on that criteria on each mail file to find the matching document to delete it.
So basically your code is:
Start loop that goes through every mail file, stop loop when have processed all mail files
Search mail file for the criteria that will find the mail item
delete the document if it is found
move on to next mail file.
Obviously if users have already replicated their mail, they have the document.
Subject: $MessageID?
Isn’t the $MessageID field consistent across mail dbs?