搜索具有上次修改时间的 EWS 日历项目
我正在使用 Exchange Web 服务搜索CalendarItems
。在 MSDN 文档中,有一个名为 LastModifiedTime
的字段。
如何使用 Exchange Server 绑定按 LastModifiedTime
查询 CalendarItems
?
I'm searching for CalendarItems
with Exchange Web Services. In the documentation on MSDN there is a field named LastModifiedTime
.
How do I query CalendarItems
by LastModifiedTime
with Exchange Server Bindings?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了一种使用限制的方法
(但是通过搜索
如果 findItemRequest 对象的
findItemRequest.Item
findItemRequest.Restrictions 属性已定义
它给出组合错误...)
如果仅为 findItemRequest 对象定义了 Item 或 Restrictions,则它可以工作
I found out a way with using restictions
(but by searching
If findItemRequest object's
findItemRequest.Item
findItemRequest.Restictions properties are defined
It gives combination error...)
If only Item or Restictions is defined for findItemRequest object it works