G
Guest
I want to run a window service which collects the list of contacts from a
oracle database and updates to outlook contacts periodically.
I am using a Timer control to achieve the goal and the contacts are updated
to Outlook in timer__Elapsed event. when ever the code reaches the
Outlook.Application objOutlook = new ApplicationClass(); the timer is reset
and new timer_Elapsed event is generating, becuase the service is running in
a recursion.
Please let me know if we can call the outlook application from window
service, if yes how to resolve the above issue.
Thanks
oracle database and updates to outlook contacts periodically.
I am using a Timer control to achieve the goal and the contacts are updated
to Outlook in timer__Elapsed event. when ever the code reaches the
Outlook.Application objOutlook = new ApplicationClass(); the timer is reset
and new timer_Elapsed event is generating, becuase the service is running in
a recursion.
Please let me know if we can call the outlook application from window
service, if yes how to resolve the above issue.
Thanks