![]() |
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
|
|||
|
|||
![]()
Hi,
I have an issue where we need to modify the HTML body of the message for each recipent of an the outgoing email message. For example we are trying to replace a tag in the email message with the recipents first name. So if the body looks like Dear first_name We then would look up the recipient within the contacts and change the name (first_name) with the proper first name within the contacts. So the result of this would cause the body to display something like.. ""Dear Joe""" I am curious how I would do this for a batch send to multiple recipents??? I want the text in the body to be personalized for each recipient. Is this possible? Is so speed has to be considered also. We are doing this add-in using ATL and VC 7.1. |
#2
|
|||
|
|||
![]()
You'd have to send out individual emails in a loop, one to each recipient.
How much processing you do, how large the data set is and how efficient your code is will determine speed, along with RAM and processor power. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Tom at GSD" wrote in message ... Hi, I have an issue where we need to modify the HTML body of the message for each recipent of an the outgoing email message. For example we are trying to replace a tag in the email message with the recipents first name. So if the body looks like Dear first_name We then would look up the recipient within the contacts and change the name (first_name) with the proper first name within the contacts. So the result of this would cause the body to display something like.. ""Dear Joe""" I am curious how I would do this for a batch send to multiple recipents??? I want the text in the body to be personalized for each recipient. Is this possible? Is so speed has to be considered also. We are doing this add-in using ATL and VC 7.1. |
#3
|
|||
|
|||
![]()
Thanks - that is what I thought. So obviously we would have an email in the
sent email items for each recipient. "Ken Slovak - [MVP - Outlook]" wrote: You'd have to send out individual emails in a loop, one to each recipient. How much processing you do, how large the data set is and how efficient your code is will determine speed, along with RAM and processor power. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Tom at GSD" wrote in message ... Hi, I have an issue where we need to modify the HTML body of the message for each recipent of an the outgoing email message. For example we are trying to replace a tag in the email message with the recipents first name. So if the body looks like Dear first_name We then would look up the recipient within the contacts and change the name (first_name) with the proper first name within the contacts. So the result of this would cause the body to display something like.. ""Dear Joe""" I am curious how I would do this for a batch send to multiple recipents??? I want the text in the body to be personalized for each recipient. Is this possible? Is so speed has to be considered also. We are doing this add-in using ATL and VC 7.1. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
plain text to HTML email | Andrew@HC | Outlook - Installation | 0 | May 17th 06 05:01 PM |
sending html in body of outlook xp email | Help a Novice Please | Outlook - General Queries | 3 | February 22nd 06 06:50 AM |
adding an attachment to a new email goes into the body of the emai | jannetta pincusi | Outlook - Using Forms | 1 | February 15th 06 01:31 PM |
How do I append text to the body of a email? | Beginner | Outlook and VBA | 2 | February 9th 06 09:36 PM |
Dragging an email to the Calendar drops the email body text | yan | Outlook - Calandaring | 2 | February 1st 06 01:23 AM |