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
 

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.

Ask a Question

Back
Top