如何调用 Exchange 2010 Web 服务进行预约?
我想从远程客户端(例如 iPhone)调用 Exchange 2010 Web 服务来预订会议室/了解会议室是否可用等。
请问有人有可用的示例吗?
多谢,
I would like to call an Exchange 2010 web service from a remote client such as an iPhone to book a meeting room / to know if a meeting room is available etc.
Does anyone has an example available please?
Thanks a lot,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道有什么容易遵循的示例,所以这只是一些可能帮助您入门的信息。
此页面有一个用 C# 创建约会的示例。所以我想说这是答案的一部分,另一部分是找出如何从您选择的语言中使用 SOAP。 这个所以问题就讨论了这一点。
I don't know of any easy to follow sample so this is just some information that might help you get started anyway.
This page has a sample for creating an appointment in C#. So I'd say that's part of the answer, the other part is to find out how to use SOAP from your language of choice. This SO question discusses just this.