View Single Post
  #2  
Old February 23rd 06, 10:52 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook contacts to public folder

Instead of using Application.CreateItem to create the DL, use the MAPIFolder.Items.Add method on the target folder.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Kristof Ternoey (Telenet)" wrote in message ...
Hello

I have created a program that create different distributionlists with many
member from a text file and add them to my contacts. We're running Exch2k3
SP2. Is there anyone knows how I can add them to public folder contacts
folder?
thx
Kris


Ads