Starting application via timer

  • Thread starter Thread starter nickimc
  • Start date Start date
N

nickimc

Guest
Hi Everyone,


Here's a question for all you .net sharks

I've created a vb .net application that retrieves info from an Exchange
server about the users different folders. If certain rules are met I'm doing
some manipulation on the folders. When I start the application myself it
actually WORKS :)
Now I want to run this application once every 5 min. but when doing so by
using a timer (timers.timer) to trig it, I get the error msg. "Cannot create
ActiveX component." Number 429 when trying to create a MAPI folder.
The strange thing is that it is the exact same code I run, just triggered by
a timer and not me??? I don't know much about timers or their rights but I
thing that's where the problem lies so
if anyone have got any suggestions how to fix this or any possible
workarounds please please please write.
(An explanation of why this doesn't work willl also do much help:))

thanks in advance

/Diego
 
Back
Top