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

how do I use a drop down list in an email message



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old November 28th 06, 08:26 PM posted to microsoft.public.outlook.program_forms
lwood629
external usenet poster
 
Posts: 3
Default how do I use a drop down list in an email message

I send an email message over and over with only slight changes and wanted to
make use of a drop down list in the email. However when I send the message
the drop down item can't be seen by the person I sent the message to.

What am I doing wrong
Ads
  #2  
Old November 28th 06, 08:36 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default how do I use a drop down list in an email message

It's impossible to say what you did wrong since we don't know what you did in the first place, nor your Outlook version, what mail program the other person is using, whether you're both working for the same company and have Exchange for your mail server -- all of which is relevant.

The short answer, however, is: You probably did nothing wrong other than try to do something with email that it just doesn't generally support.

--
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

"lwood629" wrote in message ...
I send an email message over and over with only slight changes and wanted to
make use of a drop down list in the email. However when I send the message
the drop down item can't be seen by the person I sent the message to.

What am I doing wrong

  #3  
Old November 28th 06, 08:50 PM posted to microsoft.public.outlook.program_forms
lwood629
external usenet poster
 
Posts: 3
Default how do I use a drop down list in an email message

I am using Outlook 2002. I am working on a college campus and sending a
similar email frequently with slight changes, I attempted to use design form
feature but the drop down item does not appear at the other end.

Can you recommend something else to try?

"Sue Mosher [MVP-Outlook]" wrote:

It's impossible to say what you did wrong since we don't know what you did in the first place, nor your Outlook version, what mail program the other person is using, whether you're both working for the same company and have Exchange for your mail server -- all of which is relevant.

The short answer, however, is: You probably did nothing wrong other than try to do something with email that it just doesn't generally support.

--
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

"lwood629" wrote in message ...
I send an email message over and over with only slight changes and wanted to
make use of a drop down list in the email. However when I send the message
the drop down item can't be seen by the person I sent the message to.

What am I doing wrong


  #4  
Old November 28th 06, 09:38 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default how do I use a drop down list in an email message

Put the drop-down list on a VBA form and use code for that form to generate the new message and fill in the value from the drop-down list. A useful technique is to create the message with a token (e.g. %myfield%) where you want the drop-down list selection to appear. Save that message as an .oft file. Your code can then load it with the Application.CreateItemFromTemplate method and use a simple Replace() to change the message's HTMLBody property, swapping out the token text for the list text.

--
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

"lwood629" wrote in message ...
I am using Outlook 2002. I am working on a college campus and sending a
similar email frequently with slight changes, I attempted to use design form
feature but the drop down item does not appear at the other end.

Can you recommend something else to try?

"Sue Mosher [MVP-Outlook]" wrote:

It's impossible to say what you did wrong since we don't know what you did in the first place, nor your Outlook version, what mail program the other person is using, whether you're both working for the same company and have Exchange for your mail server -- all of which is relevant.

The short answer, however, is: You probably did nothing wrong other than try to do something with email that it just doesn't generally support.

"lwood629" wrote in message ...
I send an email message over and over with only slight changes and wanted to
make use of a drop down list in the email. However when I send the message
the drop down item can't be seen by the person I sent the message to.

What am I doing wrong


  #5  
Old November 28th 06, 09:56 PM posted to microsoft.public.outlook.program_forms
lwood629
external usenet poster
 
Posts: 3
Default how do I use a drop down list in an email message

Thanks, I give it a try

"Sue Mosher [MVP-Outlook]" wrote:

Put the drop-down list on a VBA form and use code for that form to generate the new message and fill in the value from the drop-down list. A useful technique is to create the message with a token (e.g. %myfield%) where you want the drop-down list selection to appear. Save that message as an .oft file. Your code can then load it with the Application.CreateItemFromTemplate method and use a simple Replace() to change the message's HTMLBody property, swapping out the token text for the list text.

--
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

"lwood629" wrote in message ...
I am using Outlook 2002. I am working on a college campus and sending a
similar email frequently with slight changes, I attempted to use design form
feature but the drop down item does not appear at the other end.

Can you recommend something else to try?

"Sue Mosher [MVP-Outlook]" wrote:

It's impossible to say what you did wrong since we don't know what you did in the first place, nor your Outlook version, what mail program the other person is using, whether you're both working for the same company and have Exchange for your mail server -- all of which is relevant.

The short answer, however, is: You probably did nothing wrong other than try to do something with email that it just doesn't generally support.

"lwood629" wrote in message ...
I send an email message over and over with only slight changes and wanted to
make use of a drop down list in the email. However when I send the message
the drop down item can't be seen by the person I sent the message to.

What am I doing wrong


 




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
individual email accounts disappear from Send/Receive drop down list Zana Outlook - General Queries 1 September 6th 06 02:42 PM
when selecting contacts from drop down the list is blank mikebach Outlook - General Queries 1 August 2nd 06 03:10 PM
drop down list of recipients NamVetMike Outlook - Using Contacts 0 February 23rd 06 02:48 PM
drop down list of recipients NamVetMike Outlook - Using Contacts 0 February 23rd 06 02:45 PM
Populating a drop down list from a contact list Richard Edwards Outlook - Using Forms 0 January 20th 06 11:10 AM


All times are GMT +1. The time now is 09:52 PM.


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.