How can i do it

Hi all,

I want know if is it possible?.. How can i track when a user delete mails from their databases?

Only i need do it with some users…

Thanks in advanced!!

Subject: How can i do it

We…, technically it is possible but you’d need to modify the mail template, which is strongly not advised!

In an application, there are events for view deletion, so you could write something in a log each time teh event is triggered… i guess.

Why do you need this kind of feature?

Subject: How can i do it

You could make some LS agent in the database design under Other/Database Resources/Database Script/Querydocumentdelete.

Basically you could put there whatever comes in your mind when documents are beeing deleted from the user’s mail database, a warning, realtime transaction to reduce their salary, mail to the system admin, or just block the deletion attempt.

Also afterwards, if users already have deleted mails, and their mail database was not compacted since then yet, you can find the deleted documents with NotesPeek or a similar C API program.