A
Ahmad Atwi
Hi,
I have created an outlook add-in that has a listener running on a public
folder. On a new email added, the application parses the email and then adds
an instance of it in the database and finally moves it to another folder
based on some criterions that we have predefined.
my problem is that the event handler stops working after receiving 8 or 9
emails thus the emails remain in the public folder untill the application is
restarted.
I know that the error is with the event handler because the rest of the
application is running perfectly for now (a Timer and 2 Buttons).
Note: I am working on VS2003, .net Framework 1.1 and Outlook 2003
I can provide more details if requested.
Thanks for your help
I have created an outlook add-in that has a listener running on a public
folder. On a new email added, the application parses the email and then adds
an instance of it in the database and finally moves it to another folder
based on some criterions that we have predefined.
my problem is that the event handler stops working after receiving 8 or 9
emails thus the emails remain in the public folder untill the application is
restarted.
I know that the error is with the event handler because the rest of the
application is running perfectly for now (a Timer and 2 Buttons).
Note: I am working on VS2003, .net Framework 1.1 and Outlook 2003
I can provide more details if requested.
Thanks for your help