在Outlook中查找给定日期的约会 [英] Find appointments for given date period in the Outlook

查看:105
本文介绍了在Outlook中查找给定日期的约会的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hi


推荐答案

您好,

请参阅此链接:
http://msdn.microsoft.com/en-us/library/bb220097.aspx

根据上述文件,我们需要先对此集合进行排序,以避免选择重复项目,因此,在代码中添加一行 -

约会项目。排序("[开始]",遗失);

将解决此问题。

谢谢

Hello,

Please refer to this link:
http://msdn.microsoft.com/en-us/library/bb220097.aspx

according to above document we need to sort this collection first, to avoid the recurrence item being selected, thus, add one line to your code-

appointmentItems.Sort("[Start]", missing);

will resolve this issue.

Thanks


这篇关于在Outlook中查找给定日期的约会的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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