![]() |
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 have a database that we use to send out end-of-day e-mails to our traders.
I've been asked by several of them to add multiple e-mail addresses, one for their work account, and another for their mobile device (whatever that may be). Technically this is very easy, just call .Recipients.Add a couple of times. But here's the problem, I have only one row in the db per trader, and one field for the e-mail. I'd like to avoid changing the db, so I've decided to store the addresses packed into the field. So here's the question: is there some easy way to do this? Can I simply separate them with semicolons, call .Recipients.Add once with the "multi-address", and have it work? Maury |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Sending emails to multiple recipients | stephyu | Outlook - General Queries | 2 | February 20th 07 01:07 PM |
send the same message to multiple recipients | Rebecca | Outlook - General Queries | 7 | February 1st 07 09:06 PM |
MULTIPLE EMAIL RECIPIENTS | gunga | Outlook Express | 3 | January 12th 07 11:55 PM |
Can I hide multiple recipients in an email | Gerry Hughes | Outlook - Using Contacts | 2 | August 6th 06 05:25 AM |
Hide addresses from multiple recipients | Army geek down under | Outlook - Using Contacts | 2 | July 22nd 06 11:43 PM |