Is it possible to code a script or agent to count and report the number of emails in an Inbox? Specifically I’d like to do this for each mail file in my domain.
Subject: Script/Agent to count/report number of emails in an Inbox
Well, look at the NotesDbDirectory class, loop through the dbs.
Get the inbox and use notesview.allentries.count to give you the number of mails in the inbox
Subject: RE: Script/Agent to count/report number of emails in an Inbox
Thanks Dan, I’ll take a look at that.