How do I dynamically generate a body of an email through infopath?

P

pMyers

I would like to dynamically create the body of an email when a form is
submitted and not have to pre-make the body text.
 
R

Rajani

Write a wrapper method which prepares a string out of your dataset. Set
output of this method to "oEmail.Intro" variable.
 
Top