How can we send embedded infopath 2007 forms to oulook recipients

C

Cooper

We want to send an infopath 2007 form programmatically (from WebService or
WinApplication) as an email to recipients that are using outlook 2007.
Right now we are able to send a form but unfortunately this form is attached
to the mail and not embedded in the mail.
But if we are using InfoPath 2007 directly to send a form then this form is
embedded into the email.

Thanks,

Cooper
 
K

kamighazi

I am looking for the same exact solution, to no avail. I have gotten as
far as creating a instance of the InfoPath.Application class and XDoc.
From there I load the form and call the MailEnvelope but from there it
is a manual process, b/c it actually opens that app and you must press
send.
There is no Send method in this interface at all.

I also tried to fool it with a header of the infoPath.xml that I was
attaching. Again I was unsuccessful.
I am now looking at Windows Workflow Foundation in 3.0.
There may be a way to fool the “Tasks” programmatically to
send the email via SharePoint, which would format the email the way
outlook, needs it.

If you have any thoughts, or come up with a solution, I would really
appreciate an update. There has got to be a solution here.
 

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