Use distro list as recipient in vba?

  • Thread starter Thread starter dgmoore
  • Start date Start date
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
 
I think I found it. If

objMail.Recipients.Add ("MyDL")

will work, my problem is solved.

Thanks
Dave
 
Back
Top