开发者

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 开发者_StackOverflow社区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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜