View Single Post
  #2  
Old March 30th 07, 07:20 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Could we create a mailing list with VSTO

You can add them to a Contacts folder using the Outlook object model and
creating one contact per item in your list. To add a different address book
you would need to write an address book provider using C++ or Delphi and
Extended MAPI, not something you can do with managed code.

--
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


"WT" wrote in message
...
Hello,
We need toadd our own mailing lists in the address book, how to do this ?
CS


Ads