通过 ASP.NET Web 服务访问 MS Exchange 2007
如何通过 ASP.NET Web 服务引用 MS Exchange Server 2007 API?
提示:MS Exchange API 作为 Web 服务公开。
ASP.NET Web 服务现有代码的后台代码是用 C# 编写的。
将异常/错误传递回此 Web 服务的使用者的最佳方法是什么?
提示:假设发生错误是消息文本和错误代码。
How do I reference a MS Exchange Server 2007 API via a ASP.NET Web Service ?
Hint : MS Exchange API's are exposed as a Web Service.
The code behind for the existing code for the ASP.NET web service is written in C#.
What is the best way to pass an exception/error back to the consumer of this web service?
Hint : Assuming an error occurred is a message text and an error code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ASP.NET Web 服务可以通过 Exchange Web 服务 API 或通过 Exchange Web 服务托管 API 访问 MS Exchange Server 2007。
ASP.NET Web service can access MS Exchange Server 2007 by Exchange Web Service API or via Exchange Web Service Managed API.