My application loads over a thousand notes (from an Outlook notes folder) into memory each time it runs, which is slow. What I want to do is load the notes into memory once and then each time I use the application it should check the last modified date/time of the folder to see if anything has changed in the folder since the application was last run. If something has changed then it should spend the time to re-load the notes into memory.
I've searched through the object browser but the folder object doesn't have a date modified property. How can I find the last modified date/time of a notes folder in Outlook 2007?
Thanks,
May
I've searched through the object browser but the folder object doesn't have a date modified property. How can I find the last modified date/time of a notes folder in Outlook 2007?
Thanks,
May