Extended MAPI or CDO 1.21 would be faster, you could speed it up somewhat by
using a For Each loop instead of a For Next loop. If you're using cached
mode you really are using a local copy of the data from the OST file.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Using the code below I am able to display my Contact folders and the
> entries
[quoted text clipped - 63 lines]
>
> End Function
SDecou - 25 Feb 2005 14:21 GMT
Could you recommend a site where I could find code examples of what I am
doing below using Extended MAPI or CDO 1.21? Thanks.
> Extended MAPI or CDO 1.21 would be faster, you could speed it up somewhat by
> using a For Each loop instead of a For Next loop. If you're using cached
[quoted text clipped - 67 lines]
> >
> > End Function
Ken Slovak - [MVP - Outlook] - 25 Feb 2005 20:46 GMT
For MAPI you would have to search in the KB or MSDN library or maybe google
for MAPI samples. For CDO 1.21 you can look at www.cdolive.com/cdo5.htm for
code samples.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Could you recommend a site where I could find code examples of what I am
> doing below using Extended MAPI or CDO 1.21? Thanks.