问题描述
大家好,
已经存在的旧系统指示我们将必须在应用程序中与Exchange 2003进行通信.几年前,我已经将WebDAV + C#2.0与Exchange 2003结合使用.
在以这种方式使用WebDAV的过程中发现了一个彻底的痛苦之后,我的问题是:考虑到我们正在使用C#4.0和WF4,最适合与Exchange 2003进行通信的API是什么?
我们将主要创建,编辑和删除邮箱,通讯组列表和联系人.
我在这里查看了详尽的清单:
http://msdn.microsoft.com/en-us/library/ms876253
并且已经可以推断出我们不会使用WebForms.如果可能,我想避免使用WebDAV.带有指向我可以评估和比较的一些示例的链接的任何建议将不胜感激.
Hello everyone,
Legacy systems already in place dictate we are going to have to communicate with Exchange 2003 in our application. I have already used WebDAV + C# 2.0 in conjunction with Exchange 2003 in years previous.
Having found it a complete pain in the backside to use WebDAV in this way my question is: given that we''re using C# 4.0 and WF4, what is the most suitable API for talking to Exchange 2003?
We''re going to be mainly creating, editing and deleting mailboxes, distribution lists and contacts.
I''ve had a look at the exhaustive list here:
http://msdn.microsoft.com/en-us/library/ms876253
and can already deduce that we''re not going to use WebForms. I''d like to avoid WebDAV if possible. any suggestions with links to a few examples I can evaluate and compare will be greatly appreciated.
推荐答案
这篇关于最适合Exchange 2003的API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!