I need to create an agent that will notify a user once they receive x number of messages in the inbox. I'm only concerned with the count in the inbox, not the size of the database as a whole. Is there an easy way to do this?
Just write a simple agent using Lotus Script that counts the number of documents in the folder.
This is truly basic Lotus Scripting and is covered completely in the Notes Designer help. The tutorial even shows an example of how to count documents in a view (altough there are faster ways).
You could also put the code in an event of the database so it executes when the user opens his mailbox, or executes each time the user composes a new memo for example.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.