![]() |
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 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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |