Works fine here. I don't have 2000 handy at this moment. Here's a code
snippet:
Sub CreatePrivateDL()
Dim objOL As Outlook.Application
Set objOL = CreateObject("Outlook.Application")
Set objDL = objOL.CreateItem(olDistributionListItem)
objDL.Sensitivity = olPrivate
objDL.Save
objDL.Display
End Sub
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
Thanks, not sure what I was doing when I checked before but now its working
correctly..
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.