A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Email Form with conditional attachments and text



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old November 15th 07, 01:21 PM posted to microsoft.public.outlook.program_forms
Dioxin
external usenet poster
 
Posts: 2
Default Email Form with conditional attachments and text

I'm not sure if this is possible, thought I'd post here and pray!

I would like to be able to create a Form with Drop down Menus.

the 1st drop down menu will include Locations, i.e
London
Edinburgh
Manchester

2nd drop down menu would be different Courses, i.e
French
English
Spanish

What I would like the form to achieve;
1. Auto Generate an email
2. Include text in the body of the email thats specific to the choices made
on the drop down menus.
3. Add attachments to the email based on the infomation included in the drop
down menu, i.e email a Map, and perhaps course summary.
4. Do all this with minimal inputs i.e enter email address, click drop down
menu's 1,2,3 etc, then click send

  #2  
Old November 15th 07, 02:03 PM posted to microsoft.public.outlook.program_forms
Andrei Smolin [Add-in Express]
external usenet poster
 
Posts: 14
Default Email Form with conditional attachments and text

You can use Template Phrases for Outlook at
http://www.ablebits.com/outlook-temp...ases/index.php. What I would do
is to create 9 templates ( Locations.Count multiplied by Courses.Count) that
would include the AttachFile macro. The WriteSubject macro is provided, too.
This allows me to enter the e-address and click on the template entry in a
form embedded into my mail inspector window. That's easy.

Oh, the add-in allows exporting and importing the templates you create.

Regards from Belarus,

Andrei Smolin
Add-in Express Team Leader
www.add-in-express.com
..

"Dioxin" wrote in message
...
I'm not sure if this is possible, thought I'd post here and pray!

I would like to be able to create a Form with Drop down Menus.

the 1st drop down menu will include Locations, i.e
London
Edinburgh
Manchester

2nd drop down menu would be different Courses, i.e
French
English
Spanish

What I would like the form to achieve;
1. Auto Generate an email
2. Include text in the body of the email thats specific to the choices
made
on the drop down menus.
3. Add attachments to the email based on the infomation included in the
drop
down menu, i.e email a Map, and perhaps course summary.
4. Do all this with minimal inputs i.e enter email address, click drop
down
menu's 1,2,3 etc, then click send



  #3  
Old November 15th 07, 02:21 PM posted to microsoft.public.outlook.program_forms
Dioxin
external usenet poster
 
Posts: 2
Default Email Form with conditional attachments and text

does this mean that I need to include a template for each and every outcome...

so that just say I have 5 Locations and 10 Courses.... I'd need 50 templates?

just seems a bit much. I'd have thought that "IF" statements could achieve
this in a more reduced manner.

"Andrei Smolin [Add-in Express]" wrote:

You can use Template Phrases for Outlook at
http://www.ablebits.com/outlook-temp...ases/index.php. What I would do
is to create 9 templates ( Locations.Count multiplied by Courses.Count) that
would include the AttachFile macro. The WriteSubject macro is provided, too.
This allows me to enter the e-address and click on the template entry in a
form embedded into my mail inspector window. That's easy.

Oh, the add-in allows exporting and importing the templates you create.

Regards from Belarus,

Andrei Smolin
Add-in Express Team Leader
www.add-in-express.com
..

"Dioxin" wrote in message
...
I'm not sure if this is possible, thought I'd post here and pray!

I would like to be able to create a Form with Drop down Menus.

the 1st drop down menu will include Locations, i.e
London
Edinburgh
Manchester

2nd drop down menu would be different Courses, i.e
French
English
Spanish

What I would like the form to achieve;
1. Auto Generate an email
2. Include text in the body of the email thats specific to the choices
made
on the drop down menus.
3. Add attachments to the email based on the infomation included in the
drop
down menu, i.e email a Map, and perhaps course summary.
4. Do all this with minimal inputs i.e enter email address, click drop
down
menu's 1,2,3 etc, then click send




  #4  
Old November 16th 07, 04:38 PM posted to microsoft.public.outlook.program_forms
Andrei Smolin [Add-in Express]
external usenet poster
 
Posts: 14
Default Email Form with conditional attachments and text


so that just say I have 5 Locations and 10 Courses.... I'd need 50
templates?


You can organize them in 5 folders (10 templates per folder) or in 10
folders (5 templates per folder). I think that you can solve the problem in
a far more faster and cheaper way if you use this add-in. Just compare the
time you will spend on entering 50 almost identical texts and the time you
spend on developing the add-in code, debugging it, creating a setup projects
and debugginig it.

If you like the idea of a form embedded into inspector windows, you can use
Add-in Express Extensions (http://www.add-in-express.com/outlook-extension/)
which is part of Add-in Express (.NET, VSTO, and VCL editions).

Regards from Belarus,

Andrei Smolin
Add-in Express Team Leader
www.add-in-express.com



"Dioxin" wrote in message
...
does this mean that I need to include a template for each and every
outcome...

so that just say I have 5 Locations and 10 Courses.... I'd need 50
templates?

just seems a bit much. I'd have thought that "IF" statements could achieve
this in a more reduced manner.

"Andrei Smolin [Add-in Express]" wrote:

You can use Template Phrases for Outlook at
http://www.ablebits.com/outlook-temp...ases/index.php. What I would
do
is to create 9 templates ( Locations.Count multiplied by Courses.Count)
that
would include the AttachFile macro. The WriteSubject macro is provided,
too.
This allows me to enter the e-address and click on the template entry in
a
form embedded into my mail inspector window. That's easy.

Oh, the add-in allows exporting and importing the templates you create.

Regards from Belarus,

Andrei Smolin
Add-in Express Team Leader
www.add-in-express.com
..

"Dioxin" wrote in message
...
I'm not sure if this is possible, thought I'd post here and pray!

I would like to be able to create a Form with Drop down Menus.

the 1st drop down menu will include Locations, i.e
London
Edinburgh
Manchester

2nd drop down menu would be different Courses, i.e
French
English
Spanish

What I would like the form to achieve;
1. Auto Generate an email
2. Include text in the body of the email thats specific to the choices
made
on the drop down menus.
3. Add attachments to the email based on the infomation included in the
drop
down menu, i.e email a Map, and perhaps course summary.
4. Do all this with minimal inputs i.e enter email address, click drop
down
menu's 1,2,3 etc, then click send







 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do insert contacts in an email in text form TimInSF Outlook - Using Contacts 2 September 14th 07 08:42 AM
How to prevent text cursor from getting out of a text box on an Outlook 2003 form? Carlos Outlook and VBA 1 July 12th 07 06:32 PM
Conditional e-mail signatures Russell Outlook and VBA 1 March 1st 07 05:36 PM
Calander Print Out (Conditional!) EddyStone Outlook - General Queries 1 December 4th 06 02:13 PM
Search email for text string to use in filename - save email text bsteiner Outlook and VBA 3 June 1st 06 11:20 PM


All times are GMT +1. The time now is 06: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-2025 Outlook Banter.
The comments are property of their posters.