Outlook contacts to public folder

  • Thread starter Thread starter Kristof Ternoey \(
  • Start date Start date
K

Kristof Ternoey \(

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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top