M
mrmrcoleman
Hello, this is actually a C++ question but I don't seem to be able to find a
C++ forum and I imagine the question is general enough to be answered here.
When using IPOutlookItemCollection::Item() on PocketPC I have noticed an
execution time of 3-4 ms for each call.
When caching 1000 contacts this means that the user is forced to wait 3-4
seconds before the contact list is fully cached in our application.
Is there any faster way to extract contact information? I notice when using
the Microsoft contact tool that the response is immediate, but I imagine that
this has something to do with the contacts being cached on start-up.
Any suggestions are greatly appreciated.
Kind regards,
Mark Coleman
C++ forum and I imagine the question is general enough to be answered here.
When using IPOutlookItemCollection::Item() on PocketPC I have noticed an
execution time of 3-4 ms for each call.
When caching 1000 contacts this means that the user is forced to wait 3-4
seconds before the contact list is fully cached in our application.
Is there any faster way to extract contact information? I notice when using
the Microsoft contact tool that the response is immediate, but I imagine that
this has something to do with the contacts being cached on start-up.
Any suggestions are greatly appreciated.
Kind regards,
Mark Coleman