You can setup either 24x7 Scheduler job with "email watch" type schedule or 24x7 Event Server email-based event. Every time this job or event is fired, the associated script can update some internal counter variable and save the counter value along with the event time. When the counter value reaches 5 in a short period of time, it means the job/event has been fired consequently 5 times and so it means you've gotten 5 messages in the Inbox. In this case the associated script would execute some other actions : Is there any ways to count messages under an Exchange Inbox and send an email : to somewhere if count is more than 5 please?
|