PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Form Programming
How do I create an e-mail template that is filled out by a form?
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Form Programming
How do I create an e-mail template that is filled out by a form?
![]() |
How do I create an e-mail template that is filled out by a form? |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I have an Outlook template which I would like to be filled out through a form
also in outlook. The form will ask various information that will fill out the entire email, including recipents and attachments and compile so that it is ready to be sent. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Please tell us more about who will be using this form -- senders and recipients -- and what mail account(s) they use. Your Outlook version may also be relevant.
-- 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 "Who8myrice" <Who8myrice@discussions.microsoft.com> wrote in message news:6FA0307D-2960-4E6A-98E0-1DABEE957432@microsoft.com... >I have an Outlook template which I would like to be filled out through a form > also in outlook. The form will ask various information that will fill out > the entire email, including recipents and attachments and compile so that it > is ready to be sent. |
|
|
|
#3 |
|
Guest
Posts: n/a
|
I'm having the same problem.. I want to create a form template to be filled
by employees who will send to their supervisor... I have to have fields that are able to have alpha + numeric values (i.e. qq-1234-t) I createda template but only a few fields actually have values when I send the email... One field is a numeric field only and the date fields all work... "Sue Mosher [MVP-Outlook]" wrote: > Please tell us more about who will be using this form -- senders and recipients -- and what mail account(s) they use. Your Outlook version may also be relevant. > > -- > 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 > > "Who8myrice" <Who8myrice@discussions.microsoft.com> wrote in message news:6FA0307D-2960-4E6A-98E0-1DABEE957432@microsoft.com... > >I have an Outlook template which I would like to be filled out through a form > > also in outlook. The form will ask various information that will fill out > > the entire email, including recipents and attachments and compile so that it > > is ready to be sent. > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
So, could you answer the questions I posed to the original poster, please?
-- 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 "nilknarf" <nilknarf@discussions.microsoft.com> wrote in message news:E77916C6-2078-45F4-B406-B20F9E332613@microsoft.com... > I'm having the same problem.. I want to create a form template to be filled > by employees who will send to their supervisor... > > I have to have fields that are able to have alpha + numeric values (i.e. > qq-1234-t) > > I createda template but only a few fields actually have values when I send > the email... One field is a numeric field only and the date fields all work... > > > > "Sue Mosher [MVP-Outlook]" wrote: > >> Please tell us more about who will be using this form -- senders and recipients -- and what mail account(s) they use. Your Outlook version may also be relevant. >> >> -- >> 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 >> >> "Who8myrice" <Who8myrice@discussions.microsoft.com> wrote in message news:6FA0307D-2960-4E6A-98E0-1DABEE957432@microsoft.com... >> >I have an Outlook template which I would like to be filled out through a form >> > also in outlook. The form will ask various information that will fill out >> > the entire email, including recipents and attachments and compile so that it >> > is ready to be sent. >> |
|
|
|
#5 |
|
Guest
Posts: n/a
|
senders and recipients -- and Outlook 2003 sp2 on exchange server.....
I guess the real question is what book or website describes the formulas and fields for outlook forms? thanks "Sue Mosher [MVP-Outlook]" wrote: > So, could you answer the questions I posed to the original poster, please? > > -- > 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 > > "nilknarf" <nilknarf@discussions.microsoft.com> wrote in message news:E77916C6-2078-45F4-B406-B20F9E332613@microsoft.com... > > I'm having the same problem.. I want to create a form template to be filled > > by employees who will send to their supervisor... > > > > I have to have fields that are able to have alpha + numeric values (i.e. > > qq-1234-t) > > > > I createda template but only a few fields actually have values when I send > > the email... One field is a numeric field only and the date fields all work... > > > > > > > > "Sue Mosher [MVP-Outlook]" wrote: > > > >> Please tell us more about who will be using this form -- senders and recipients -- and what mail account(s) they use. Your Outlook version may also be relevant. > >> > >> -- > >> 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 > >> > >> "Who8myrice" <Who8myrice@discussions.microsoft.com> wrote in message news:6FA0307D-2960-4E6A-98E0-1DABEE957432@microsoft.com... > >> >I have an Outlook template which I would like to be filled out through a form > >> > also in outlook. The form will ask various information that will fill out > >> > the entire email, including recipents and attachments and compile so that it > >> > is ready to be sent. > >> > |
|
|
|
#6 |
|
Guest
Posts: n/a
|
> senders and recipients -- and Outlook 2003 sp2 on exchange server.....
In that case, ask your Exchange administrator if you can publish your custom form to the Organizational Forms library. If not, you may have to ask each user to publish it to their own Personal Forms library. Going forward, InfoPath is a much better solution for this kind of data gathering than custom Outlook message forms. See http://www.outlookcode.com/d/sendform.htm for information on the common issues people encounter when working with custom message forms. To learn about Outlook properties, check the object browser: Press ALt+F11 to open the VBA environment in Outlook, then press F2. Switch from <All Libraries> to Outlook to browse all Outlook objects and their properties, methods, and events. Select any object or member, then press F1 to see its Help topic. Note that the "field" names shown in various parts of the UI don't always match the actual property names that you'll see in the object browser, but usually you should be able to puzzle out which is which. Feel free to come back here and ask if you're stumped. Functions are also documented in VBA Help. An easy way to look one up is to type the name of the formula into a VBA window, highlight it, then press F1. -- 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 "nilknarf" <nilknarf@discussions.microsoft.com> wrote in message news:9C99D4BF-C199-4CAD-9293-402DDD4875DF@microsoft.com... > senders and recipients -- and Outlook 2003 sp2 on exchange server..... > > I guess the real question is what book or website describes the formulas and > fields for outlook forms? > > thanks > > "Sue Mosher [MVP-Outlook]" wrote: > >> So, could you answer the questions I posed to the original poster, please? >> >> "nilknarf" <nilknarf@discussions.microsoft.com> wrote in message news:E77916C6-2078-45F4-B406-B20F9E332613@microsoft.com... >> > I'm having the same problem.. I want to create a form template to be filled >> > by employees who will send to their supervisor... >> > >> > I have to have fields that are able to have alpha + numeric values (i.e. >> > qq-1234-t) >> > >> > I createda template but only a few fields actually have values when I send >> > the email... One field is a numeric field only and the date fields all work... >> > >> > >> > >> > "Sue Mosher [MVP-Outlook]" wrote: >> > >> >> Please tell us more about who will be using this form -- senders and recipients -- and what mail account(s) they use. Your Outlook version may also be relevant. >> >> >> >> "Who8myrice" <Who8myrice@discussions.microsoft.com> wrote in message news:6FA0307D-2960-4E6A-98E0-1DABEE957432@microsoft.com... >> >> >I have an Outlook template which I would like to be filled out through a form >> >> > also in outlook. The form will ask various information that will fill out >> >> > the entire email, including recipents and attachments and compile so that it >> >> > is ready to be sent. >> >> >> |
|
|
|
#7 |
|
Guest
Posts: n/a
|
Thxs... finally something i've not heard... thxs again... will be back
soon i'm sure.. "Sue Mosher [MVP-Outlook]" wrote: > > senders and recipients -- and Outlook 2003 sp2 on exchange server..... > > In that case, ask your Exchange administrator if you can publish your custom form to the Organizational Forms library. If not, you may have to ask each user to publish it to their own Personal Forms library. Going forward, InfoPath is a much better solution for this kind of data gathering than custom Outlook message forms. > > See http://www.outlookcode.com/d/sendform.htm for information on the common issues people encounter when working with custom message forms. > > To learn about Outlook properties, check the object browser: Press ALt+F11 to open the VBA environment in Outlook, then press F2. Switch from <All Libraries> to Outlook to browse all Outlook objects and their properties, methods, and events. Select any object or member, then press F1 to see its Help topic. > > Note that the "field" names shown in various parts of the UI don't always match the actual property names that you'll see in the object browser, but usually you should be able to puzzle out which is which. Feel free to come back here and ask if you're stumped. > > Functions are also documented in VBA Help. An easy way to look one up is to type the name of the formula into a VBA window, highlight it, then press F1. > > -- > 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 > > "nilknarf" <nilknarf@discussions.microsoft.com> wrote in message news:9C99D4BF-C199-4CAD-9293-402DDD4875DF@microsoft.com... > > senders and recipients -- and Outlook 2003 sp2 on exchange server..... > > > > I guess the real question is what book or website describes the formulas and > > fields for outlook forms? > > > > thanks > > > > "Sue Mosher [MVP-Outlook]" wrote: > > > >> So, could you answer the questions I posed to the original poster, please? > > >> > >> "nilknarf" <nilknarf@discussions.microsoft.com> wrote in message news:E77916C6-2078-45F4-B406-B20F9E332613@microsoft.com... > >> > I'm having the same problem.. I want to create a form template to be filled > >> > by employees who will send to their supervisor... > >> > > >> > I have to have fields that are able to have alpha + numeric values (i.e. > >> > qq-1234-t) > >> > > >> > I createda template but only a few fields actually have values when I send > >> > the email... One field is a numeric field only and the date fields all work... > >> > > >> > > >> > > >> > "Sue Mosher [MVP-Outlook]" wrote: > >> > > >> >> Please tell us more about who will be using this form -- senders and recipients -- and what mail account(s) they use. Your Outlook version may also be relevant. > > >> >> > >> >> "Who8myrice" <Who8myrice@discussions.microsoft.com> wrote in message news:6FA0307D-2960-4E6A-98E0-1DABEE957432@microsoft.com... > >> >> >I have an Outlook template which I would like to be filled out through a form > >> >> > also in outlook. The form will ask various information that will fill out > >> >> > the entire email, including recipents and attachments and compile so that it > >> >> > is ready to be sent. > >> >> > >> > |
|
|
|
#8 |
|
Guest
Posts: n/a
|
that was great info... sorry if i'm an idiot but I would love to be able to
understand the vb a little difficult for me... I just want to make sure I can create a form on exchange server and the form has various fields that need to have alpha and numeric values (i.e. 6061-T651, QQ-A-250/11) I was able to create all fields and seems to be working except one BIG issue when I enter all data and send it to recipients only a few fields have data in them usally the quanity and date but those formulas are easy. any ways your help is greatly appreciated. ttyl "Sue Mosher [MVP-Outlook]" wrote: > > senders and recipients -- and Outlook 2003 sp2 on exchange server..... > > In that case, ask your Exchange administrator if you can publish your custom form to the Organizational Forms library. If not, you may have to ask each user to publish it to their own Personal Forms library. Going forward, InfoPath is a much better solution for this kind of data gathering than custom Outlook message forms. > > See http://www.outlookcode.com/d/sendform.htm for information on the common issues people encounter when working with custom message forms. > > To learn about Outlook properties, check the object browser: Press ALt+F11 to open the VBA environment in Outlook, then press F2. Switch from <All Libraries> to Outlook to browse all Outlook objects and their properties, methods, and events. Select any object or member, then press F1 to see its Help topic. > > Note that the "field" names shown in various parts of the UI don't always match the actual property names that you'll see in the object browser, but usually you should be able to puzzle out which is which. Feel free to come back here and ask if you're stumped. > > Functions are also documented in VBA Help. An easy way to look one up is to type the name of the formula into a VBA window, highlight it, then press F1. > > -- > 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 > > "nilknarf" <nilknarf@discussions.microsoft.com> wrote in message news:9C99D4BF-C199-4CAD-9293-402DDD4875DF@microsoft.com... > > senders and recipients -- and Outlook 2003 sp2 on exchange server..... > > > > I guess the real question is what book or website describes the formulas and > > fields for outlook forms? > > > > thanks > > > > "Sue Mosher [MVP-Outlook]" wrote: > > > >> So, could you answer the questions I posed to the original poster, please? > > >> > >> "nilknarf" <nilknarf@discussions.microsoft.com> wrote in message news:E77916C6-2078-45F4-B406-B20F9E332613@microsoft.com... > >> > I'm having the same problem.. I want to create a form template to be filled > >> > by employees who will send to their supervisor... > >> > > >> > I have to have fields that are able to have alpha + numeric values (i.e. > >> > qq-1234-t) > >> > > >> > I createda template but only a few fields actually have values when I send > >> > the email... One field is a numeric field only and the date fields all work... > >> > > >> > > >> > > >> > "Sue Mosher [MVP-Outlook]" wrote: > >> > > >> >> Please tell us more about who will be using this form -- senders and recipients -- and what mail account(s) they use. Your Outlook version may also be relevant. > > >> >> > >> >> "Who8myrice" <Who8myrice@discussions.microsoft.com> wrote in message news:6FA0307D-2960-4E6A-98E0-1DABEE957432@microsoft.com... > >> >> >I have an Outlook template which I would like to be filled out through a form > >> >> > also in outlook. The form will ask various information that will fill out > >> >> > the entire email, including recipents and attachments and compile so that it > >> >> > is ready to be sent. > >> >> > >> > |
|
|
|
#9 |
|
Guest
Posts: n/a
|
Any text field, built-in or user-created, can contain alphanumeric characters.
> when I enter all data and send it to recipients only a few fields have data > in them usally the quanity and date but those formulas are easy. Did you click the Edit Read Layout button and create a read layout with controls bound to the same fields as on the control layout? Unless you do this, Outlook has no way to know that you want to show the user the data from those fields. -- 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 "nilknarf" <nilknarf@discussions.microsoft.com> wrote in message news:2B3B0167-6794-431E-A653-11E657CEFED6@microsoft.com... > that was great info... sorry if i'm an idiot but I would love to be able to > understand the vb a little difficult for me... I just want to make sure I can > create a form on exchange server and the form has various fields that need to > have alpha and numeric values (i.e. 6061-T651, QQ-A-250/11) > > I was able to create all fields and seems to be working except one BIG issue > when I enter all data and send it to recipients only a few fields have data > in them usally the quanity and date but those formulas are easy. |
|
|
|
#10 |
|
Guest
Posts: n/a
|
OK.... I have everything working just fine all my data stays in the fileds
and I can foward w/ changes BUT when I reply the recipient does not get the P2 tab I called Material List just the main email tab w/response shows up. How do I get the form to (extra tab P.2) to always show up w/ a reply, foward?? "Sue Mosher [MVP-Outlook]" wrote: > Any text field, built-in or user-created, can contain alphanumeric characters. > > > when I enter all data and send it to recipients only a few fields have data > > in them usally the quanity and date but those formulas are easy. > > Did you click the Edit Read Layout button and create a read layout with controls bound to the same fields as on the control layout? Unless you do this, Outlook has no way to know that you want to show the user the data from those fields. > > -- > 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 > > "nilknarf" <nilknarf@discussions.microsoft.com> wrote in message news:2B3B0167-6794-431E-A653-11E657CEFED6@microsoft.com... > > that was great info... sorry if i'm an idiot but I would love to be able to > > understand the vb a little difficult for me... I just want to make sure I can > > create a form on exchange server and the form has various fields that need to > > have alpha and numeric values (i.e. 6061-T651, QQ-A-250/11) > > > > I was able to create all fields and seems to be working except one BIG issue > > when I enter all data and send it to recipients only a few fields have data > > in them usally the quanity and date but those formulas are easy. > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

