I have a macro in outlook which is activated when a new mail arrives (sub application_newmail). But sometimes i get two mails at the same time, and the macro works only for the latest email and the other one remains as it is.
I need this macro to run for all unread mails in the inbox automatically...ne idea on how to do this??