简体   繁体   中英

Communicating between a Windows Service and Exchange Server

I recently created a windows service which can wear various hats depending on what it needs to do. One of these hats is the ability to create update and delete outlook contacts on an exchange server. Before the windows service, the application ran as a windows app and used the outlook interop to get the job done. As a windows service that doesn't seem possible.

Now I'm looking at trying to go straight to Exchange to get the job done. Any hints or tips as far as what's the best way to communicate directly with Exchange, or any issues that may arise would be greatly appreciated.

You'll want to go to the Exchange Server Developer Center to get more info on this.

Given your requirements, and since you're using C#, the Exchange Web Services Managed API is probably your best option.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM