How do I email form to multiple email addresses?

D

dmonty

On my Infopath form, I have created a repeating table that contains email
addresses. The 'send email' button' action should populate the Outlook 'TO:'
field from the repeating table entries. I tried to emulate the Sample Issue
Report 'SendEmailBtn. My form can successfully open up Outlook; however the
To: is not populated.
 
S

S.Y.M. Wong-A-Ton

You need to add some debugging information to your code. Try adding some

XDocument.UI.Alert(...);

statements to see where things might be going wrong.
 

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