View Single Post
  #3  
Old June 10th 09, 04:17 PM posted to microsoft.public.outlook.program_vba
Anthony_fr
external usenet poster
 
Posts: 5
Default How to remove an addresslist in outlook ?

OK thanks for your reply.

but I need a way to do this...

So do you know if I can delete the adress book from my profil and recreate
it whit vb ?
It would reset my adresslist as I want.


Others Ideas are welcome


"Ken Slovak - [MVP - Outlook]" wrote:
There are no Remove() or Delete() methods either in the AddressLists or
AddressList collection or object. You can get the AddressEntry of the
corrupted object from the AddressList.AddressEntries collection and delete
that if you want.

The only way to set or change ShowAsOutlookAB is to get the folder you want
and clear that Boolean flag property, so at some point to do that you will
need to access the folder.

--


Ads