We have an internal application that processes e-mail coming into an Exchange mailbox, and generally when that application fails the "Unread Messages" count for the Inbox starts to rise. What is the easiest way to monitor down to this level so we can be alerted when the unread message count gets above 50 or so? Is there a canned script and what's the best scripting engine, in your opinion (CScript, VBScript, etc.)?
Thanks.
Monitoring MAPI Message Counts
Probably you don't need any script? As I know Microsoft Exchange supports IMAP protocol. HostMonitor using IMAP test can check how many messages (total or new since last check) contains specified mailbox.
Or this method is not what do you need? E.g. if you cannot move processed message to another folder, etc
Regards
Alex
Or this method is not what do you need? E.g. if you cannot move processed message to another folder, etc
Regards
Alex
Monitoring MAPI Message Counts
I've tried the IMAP test but it keeps coming back w/ a "Bad" status, even when the mailbox should be fine. I have the respective mailbox listed in the appropriate "Check mailbox" field, but I actually want to get the monitoring down to the Inbox level. So I don't know if it's returning a "Bad" status based on all the messages in the mailbox or the ones coming into the Inbox folder.