Apr 8, 2002 #1 sharonc Programmer Jan 16, 2001 189 US I'm trying to use persits to send an email to several different employees. Is this possible with persits? if so how do I code it. I tried: Mail.AddAddress "sc@anet.org, kc@anet.org" I get an error message: invalid route address
I'm trying to use persits to send an email to several different employees. Is this possible with persits? if so how do I code it. I tried: Mail.AddAddress "sc@anet.org, kc@anet.org" I get an error message: invalid route address
Apr 9, 2002 #2 link9 Programmer Nov 28, 2000 3,387 US Mail.AddAddress "sc@anet.org" Mail.AddAddress "kc@anet.org" Upvote 0 Downvote
Apr 9, 2002 Thread starter #3 sharonc Programmer Jan 16, 2001 189 US Thank you for your help. It works great. Upvote 0 Downvote