Hi, How to access the configured outlook (2007) contact database through the windows service or web service. Means I want to get contact list of outlook (configured with pop3 server), & add new contact from my web application which will connect with this windows service or Web service. And upload the new contact list? I am using asp.net + C# for web application . and c# for windows service/ web service.
First of all which will be better. web service / windows service for this task?