开发者

Pull/Push message-Exchange Server 2007 using EWS Managed Api 1.0

开发者 https://www.devze.com 2023-01-26 07:03 出处:网络
.NET 4.0 - C# Application needs to pull messages out of Exchange Server 2007. W开发者_如何学Pythone are using EWS Managed API 1.0. Also the app needs to push messages to the Exchange Server 2007.Pull

.NET 4.0 - C# Application needs to pull messages out of Exchange Server 2007. W开发者_如何学Pythone are using EWS Managed API 1.0. Also the app needs to push messages to the Exchange Server 2007.


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.

0

精彩评论

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