Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General MS InfoPath Questions / May 2006

Tip: Looking for answers? Try searching our database.

Send email as web page from InfoPath?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
dpatterson - 14 May 2006 03:44 GMT
I have configured a button in my XML InfoPath form to send an email, however
I need to send the email as a web page (MHTML doc). Tried several
configurations and have not been successful. Help please….

Thanks.
leroy - 14 May 2006 19:24 GMT
Hi,
See "Issue Tracking" sample form. In form's script see createEmail function
...

var oEnvelope = XDocument.View.Window.MailEnvelope;
oEnvelope.To = rgRecipients.join("; ");
oEnvelope.Subject = getNodeValue(xmlTitle);
oEnvelope.Visible = true;

This will allow you send (NOT submit) email with mhtml in the body.

Cheers.

> I have configured a button in my XML InfoPath form to send an email, however
> I need to send the email as a web page (MHTML doc). Tried several
> configurations and have not been successful. Help please….
>
> Thanks.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.