Hi,
I have a Visual Basic 6 application that uses a timer to poll Outlook 2003 for incoming messages using the msoutl.olb automation object library. Lets call the application MailPoler.
Based on the messages certain operations gets performed blah blah...
MailPoler runs "very smoothly" and I have ensured that the error handler captures and logs any possible error.
The problem I am facing is that after a certain period (1 to 2 days) the MailPoler will go into a freeze. Outlook hasn't frozen.
Has anyone encountered a similar issue? I have eliminated the possibility of a security issue. Due to the application being able to access Outlook in the first place.
Thanks.