使用 EWS 托管 Api 1.0 拉/推消息 - Exchange Server 2007
.NET 4.0 - C# 应用程序需要从 Exchange Server 2007 中提取消息。我们正在使用 EWS 托管 API 1.0。该应用程序还需要将消息推送到 Exchange Server 2007。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请求订阅可以直接使用托管 API 实现。
对于推送订阅,请查看 http://exchangenotification.codeplex.com/。我创建了一个用于推送通知的 .NET Wrapper,它使用起来相当简单。
Pull subscriptions can be implemented directly with the managed API.
For push subscriptions, have a look at http://exchangenotification.codeplex.com/. I've created a .NET Wrapper for push notifications, which is rather simple to use.