Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have opened a new distribution list with the following code,need to add members to it and save it.
VB
Set olApp = CreateObject("Outlook.Application")
Set Item = olApp.CreateItem(olDistributionItem)
Set MyDistributionItem = Item.Application.CreateItem(7)
   MyDistributionItem.Display
Posted

1 solution

You may wish to read some of these links.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900