Use distro list as recipient in vba?

D

dgmoore

How do I specify an existing Outlook distribution list as a recipient
in vba? I know how to compose and address an email to a list of
individual recipients, but not how to address an email to a list.

Thanks
Dave
 
D

dgmoore

I think I found it. If

objMail.Recipients.Add ("MyDL")

will work, my problem is solved.

Thanks
Dave
 
Top