![]() |
creating an email form
I would like to create an Outlook form that emails it's results into the
message field of the recipient. Client would open the form off of a corporate intranet, fill out the fields, possibly add an attachment and send the results off to someone with the results nicely displayed into an email message. The recipient needs to cut and paste it into another software. Thanks in advance. |
creating an email form
Your scenario will work only if Microsoft Exchange is your mail server and
you have permission to publish forms to the Organizational Forms library. See http://www.outlookcode.com/d/forms.htm and http://www.outlookcode.com/d/formpub.htm to get started. "CJZ" wrote in message ... I would like to create an Outlook form that emails it's results into the message field of the recipient. Client would open the form off of a corporate intranet, fill out the fields, possibly add an attachment and send the results off to someone with the results nicely displayed into an email message. The recipient needs to cut and paste it into another software. Thanks in advance. |
creating an email form
Might there by an example of a form that submits say a person's name into an
email recipient's message body. I would appreciate the code example if that's possible. "Sue Mosher [MVP-Outlook]" wrote: Your scenario will work only if Microsoft Exchange is your mail server and you have permission to publish forms to the Organizational Forms library. See http://www.outlookcode.com/d/forms.htm and http://www.outlookcode.com/d/formpub.htm to get started. "CJZ" wrote in message ... I would like to create an Outlook form that emails it's results into the message field of the recipient. Client would open the form off of a corporate intranet, fill out the fields, possibly add an attachment and send the results off to someone with the results nicely displayed into an email message. The recipient needs to cut and paste it into another software. Thanks in advance. |
creating an email form
Depending on what exactly you have in mind, start from this:
strName = code to get "a person's name" Item.Body = strName & vbCrLf & Item.Body -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "CJZ" wrote in message ... Might there by an example of a form that submits say a person's name into an email recipient's message body. I would appreciate the code example if that's possible. "Sue Mosher [MVP-Outlook]" wrote: Your scenario will work only if Microsoft Exchange is your mail server and you have permission to publish forms to the Organizational Forms library. See http://www.outlookcode.com/d/forms.htm and http://www.outlookcode.com/d/formpub.htm to get started. "CJZ" wrote in message ... I would like to create an Outlook form that emails it's results into the message field of the recipient. Client would open the form off of a corporate intranet, fill out the fields, possibly add an attachment and send the results off to someone with the results nicely displayed into an email message. The recipient needs to cut and paste it into another software. Thanks in advance. |
All times are GMT +1. The time now is 08:18 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com