Do those contacts folders show up in the Folder List? Where are they now,
under Deleted Items? If so just delete them from there.
If you delete something using the Outlook object model it gets sent to
Deleted Items. If you want it completely deleted from there you need to find
the items in Deleted Items and delete them from there. You can also handle
the ItemAdd() event of the Items collection of the Deleted Items folder and
when that fires you can do the deletions if the item being added is one you
want to act on.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"thomas" nomail wrote in message
...
Hello,
I deleted manually contact folders that were created with VBA
These deleted folders still appear in the list "Show names from the : " in
the address book
The contacts themselves still apparear in each deleted folder!
I do not understand why. Did I miss something when I created them with
VBA? How can I clean that list with VBA and fix the situation ?
Many thanks