email more than one person

S

shawnz

Does anyone know the syntax I would you use to send an email to more than one
person?

Here is what I have so far:

//trying to send email
var objEmail = XDocument.DataAdapters("Submit");
objEmail.To = XDocument.DOM.selectSingleNode("/my:myFields/my:sendto").text;
objEmail.Subject =
XDocument.DOM.selectSingleNode("/my:myFields/my:name").text;
objEmail.Submit();
 

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

Top