> I have a visual basic 6 nt service that logs on to some email accounts
> and looks its busyfree state. This process is in a 5 minutes
> timer.It's using CDO.dll (v 1.21). It works fine but then after some
> times it raises the error [Collaboration Data Objects -
> [MAPI_E_INVALID_OBJECT(80040108)]]. I'd be very grateful if anyone
> could help me.
What line of code gives that error? Are you logging in and out every time
your code runs, and if so, does it fix things if you log in once and stay
logged in all the time?
-- dan
Jose Enrique - 28 Feb 2007 15:18 GMT
Thanks for your answer. I login and logout each time but after some minutes
when the program try to login it appears this error.
> > I have a visual basic 6 nt service that logs on to some email accounts
> > and looks its busyfree state. This process is in a 5 minutes
[quoted text clipped - 8 lines]
>
> -- dan
Dan Mitchell - 01 Mar 2007 21:51 GMT
> Thanks for your answer. I login and logout each time but after some
> minutes when the program try to login it appears this error.
So, as I said, does it fix things if you change your code to log in once
at the start and stay logged in?
-- dan