如何从 iPhone 应用程序访问 Microsoft Exchange 服务器?
在我的应用程序中,我想访问交换服务器以获取事件和联系人,我该如何实现这一点? 是否有任何 API 可以实现此功能或其他功能?
谢谢,我非常感谢任何帮助。
In my app i want to access exchange server for events and contacts, how can i achieve this?
Is there any API for this or something else?
Thanks, I greatly appreciate any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我强烈推荐这个文档: WAP Binary XML Content Format
如果低级别有效,您必须在 ob wbxml 之上实现 EAS 协议,这并不简单,因为文档中的错误以及不同协议版本的不同行为。这将需要大量的尝试来检查错误,为什么交换服务器不理解您的请求;-)
有关更多信息,请参阅此 链接
I recommend strongly this document: WAP Binary XML Content Format
If the low level is working, you have to implement the EAS-protocol on top ob wbxml, which is not trivial, because of bugs in the documentation, different behaviour of different protocol versions. It will be a lot of trial an error to examine, why the exchange server does not understand your requests ;-)
for more see this link
我知道的唯一文档位于 http://developer.apple.com/library/ ios/#featuredarticles/FA_Exchange_ActiveSync_and_iOS4_Devices。
苹果网站上也有一些链接,但都是以营销为导向的。
The only documentation I know is found at http://developer.apple.com/library/ios/#featuredarticles/FA_Exchange_ActiveSync_and_iOS4_Devices.
There are some links on the apple Website too, but it's all very marketing-oriented.
首先您需要了解交换服务器机制:
Exchange 服务器协议文档
然后按照 Kheldar 的建议浏览有关主动同步的 Apple 文档。
除此之外,可用的文档非常少。如果您有任何好的参考,请告诉我们。
First of all you need to understand exchange server mechanism:
Exchange Server Protocol Documents
Then go through apple documentation about the active sync as Kheldar suggested.
Other then this there is very less documentation is available. Please let us know if you got any good reference.