积极答复者
outlook会议占用情况查询插件开发。

问题
答案
-
你好:
首先我要告诉你的是论坛里面不提供完整的项目的解决方案,不会给你写全部的项目代码,绝大部分的代码还是需要你自己去学习,编写的。
我能告诉你的是Outlook本身已经具有了查找可用会议室的功能,非特殊情况,自带的Room Finder功能完全能够满足正常工作需求。
http://support.microsoft.com/kb/2673231
会议室的占用情况也可以在Scheduling Assistant里面查看到,用户只需要简单学习一下就可以使用了。
如果你实在有需求要做一个自己的Room Finder,那么这两篇文章可以帮到你:
http://techthirstday.blogspot.com/2011/12/room-finder-outlook-2007-add-in.html
http://www.codeproject.com/Articles/713198/Integrating-SharePoint-and-Exchange-for-Conference
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 CaillenModerator 2014年6月8日 14:11
全部回复
-
你好:
欢迎来到MSDN中文论坛。
首先我觉得你可以参考一下下面一系列文章,学习一下VSTO的基本知识:
http://www.cnblogs.com/zhili/category/399400.html
然后你需要了解一下Outlook的基本的对象模型:
http://msdn.microsoft.com/zh-cn/library/ms268893.aspx
这里是关于如何以编程方式定会议室的代码示例:
http://msdn.microsoft.com/zh-cn/library/ms268875.aspx
熟悉了Outlook的对象模型之后你可以查看一下VSTO中提供的对象里面是否存在查询可定会议室的方法。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey. -
outlook中meeting会议请求有三个选项,分别是to:,starttime和endtime,to中输入的是会议室的地址,starttime和endtime表示起始和终止时间,现在如何根据这三个选项读出schedule assistant中的会议室占用情况?API是什么?麻烦各位给点意见。。。
- 已合并 CaillenModerator 2014年6月5日 2:37 同一个问题
-
你好:
首先我要告诉你的是论坛里面不提供完整的项目的解决方案,不会给你写全部的项目代码,绝大部分的代码还是需要你自己去学习,编写的。
我能告诉你的是Outlook本身已经具有了查找可用会议室的功能,非特殊情况,自带的Room Finder功能完全能够满足正常工作需求。
http://support.microsoft.com/kb/2673231
会议室的占用情况也可以在Scheduling Assistant里面查看到,用户只需要简单学习一下就可以使用了。
如果你实在有需求要做一个自己的Room Finder,那么这两篇文章可以帮到你:
http://techthirstday.blogspot.com/2011/12/room-finder-outlook-2007-add-in.html
http://www.codeproject.com/Articles/713198/Integrating-SharePoint-and-Exchange-for-Conference
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 CaillenModerator 2014年6月8日 14:11