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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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