Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook - Using Forms (http://www.outlookbanter.com/outlook-using-forms/)
-   -   creating an email form (http://www.outlookbanter.com/outlook-using-forms/29304-creating-email-form.html)

CJZ October 8th 06 08:03 PM

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.

Sue Mosher [MVP-Outlook] October 8th 06 11:15 PM

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.



CJZ October 15th 06 11:11 PM

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.



Sue Mosher [MVP-Outlook] October 19th 06 07:10 PM

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