Hi,
I want to send an email and attach an XSN file from forms library with it. I am using infopath 2007 and outlook 2003. Therefore I cannot use EmailSubmitConnection.
I started with System.Net.Mail class to achieve this. Now the real challenge is to send the form(XSN file) as an attachment from the forms library. To do this either I need to download the form on some temp folder and use it as an attachment in the email. The other option was to use copy web services, but the problem with it is, it do not save on physical folder.
I am not getting any thing to download a form programatically from a forms library.
Any suggestion on the approach is helpful
Thanks.