B
Bingo
I created some scripting to process all the incoming
emails on an inbox. It works fine. Since all the
processings happen in the Folder_OnMessageCreated, the
question is what really happens if it's still processing
the last arrived email(s), there are new emails coming.
Will this fire a new event? How does Exchange scripting
agent work on this? Since I'm also calling a DLL to do
some DB activities, I certainly do not want to bring down
the server if multiple events will be running at the same
time. Thanks.
emails on an inbox. It works fine. Since all the
processings happen in the Folder_OnMessageCreated, the
question is what really happens if it's still processing
the last arrived email(s), there are new emails coming.
Will this fire a new event? How does Exchange scripting
agent work on this? Since I'm also calling a DLL to do
some DB activities, I certainly do not want to bring down
the server if multiple events will be running at the same
time. Thanks.