M
Michael Tissington
I have an Outlook Journal folders with a lot of items (several thousand).
In my code I do something like MAPIFolder->Items->Add ....
In Outlook 2002 this performs VERY quickly however in Outlook 2003 its takes
almost 30 seconds.
I'm guessing that in Outlook 2003 when I get an items collection it goes
away and creates a view of all the thousands of journal items.
How can I do this differently for better performance.
Thanks!
In my code I do something like MAPIFolder->Items->Add ....
In Outlook 2002 this performs VERY quickly however in Outlook 2003 its takes
almost 30 seconds.
I'm guessing that in Outlook 2003 when I get an items collection it goes
away and creates a view of all the thousands of journal items.
How can I do this differently for better performance.
Thanks!