Archie:
I added a second Message Handler and a second button to launch it. I ran the first message handler waited 10 seconds and then ran the 2nd. They both sent their messages however they alarmed out after 5 messages.
The point. I think designing a message handler to accept an unlimited number of emails is a big job and overkill for what we need to do. From what I can see in the code the only real problem would be in recording the events and alarms.
I could copy the message handler and rename it to messagehandlerA,B, and C. 3 of them. Change the code to open event log A,B,C and alarm log A,B,C. Then the only thing I would need is feedback to tell me when the message handler is complete. From there it would be easy to select an available handler for the next email.
What do you think?
Dave