我想使用C#按日期列出(提取)Outlook约会.我使用restrict方法来做到这一点,
sSearch = "[Start] >= ' " + startDate + " ' and [Start] <= ' " + endDate + " '";
但是,如果结束日期(endDate)之后的第二天有一个全天约会,它也会被列出.如何克服这个问题????
c# outlook
c# ×1
outlook ×1