![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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. |
#2
|
|||
|
|||
![]()
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. |
#3
|
|||
|
|||
![]()
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. |
#4
|
|||
|
|||
![]()
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. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Creating Custom Mail Form | Sam | Outlook - Using Forms | 3 | September 19th 06 08:40 PM |
Creating a custom appointment form | Theresa Smallwood | Outlook and VBA | 11 | May 15th 06 04:47 PM |
Creating new Appointment out of Custom Form | Marc Herbrik | Outlook and VBA | 2 | May 8th 06 04:38 PM |
Creating a form and an auto reminder | AParikh | Outlook - Using Forms | 1 | April 27th 06 09:32 PM |
Help Creating Form | DavidW | Outlook - Using Forms | 0 | February 1st 06 05:19 PM |