从Ruby访问Microsoft Exchange服务器 [英] Accessing Microsoft Exchange server from Ruby

查看:93
本文介绍了从Ruby访问Microsoft Exchange服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要将MS Exchange的联系人与我的Ruby on Rails应用程序同步.

I need to sync MS Exchange's contacts with my Ruby on Rails application.

哪种方法最好?您会为此推荐任何宝石吗?

Which is the best way? Would you recommend any existing gems for it?

推荐答案

一个开始的地方是 Exchange开发人员中心,Microsoft在此链接到不同SDK,文档等的下载.可以理解,大多数文档和示例将使用Microsoft的.NET Framework和语言.

One place to start would be the Exchange Developer Center, where Microsoft links to downloads of the different SDKs, documentation, etc. Understandably, most of the docs and examples will be using Microsoft's .NET Framework and languages.

如果要连接到Exchange 2007或2010,可能会发现使用某种 WSO2 等.

If you want to connect with Exchange 2007 or 2010, you'll probably find it easiest to use some form of Exchange Web Services (EWS) which you may be able to connect to using Ruby web services frameworks like SOAP4R, WSO2, etc.

对于Exchange 2003及更早版本,您的限制更大.和编程 CDO 通过Ruby的

For Exchange 2003 and earlier, you're much more limited; and programming CDO through Ruby's win32ole is not going to be pretty or fun.

这篇关于从Ruby访问Microsoft Exchange服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆