I want to get all events from all calendars, how do i iterate thru all calendar folders and then all events for each calendar?
Share
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.
If I had to guess, though I’m just getting in to Outlook myself, I would suggest the following:
Then something along the lines of
And you could probably create something recursive to exhaust all possibilities of the
MAPIFolder.Foldersproperty.EDIT Ultimately, try stepping through in the debugger one you’ve gotten the default folder and see what you’re left with. My guess is this will have the information you need.