2good2btru
Programmer
I am using the MAPI controls for sending mail through code.... Problem is I want to send these mails to multiple clients.... I tried seperating the client address by a ';',
It didnt work, then i tried enclosing the address within a <>... eg..<add1@aa.com>;<add2@aa.com>, It send the mail to add1@aa.com, but not to add2@aa.com
What am i doing wrong....
What can be done so that i can jus mail using a list of address and not program it to search for the second address and send it in the CC list or something .....
It didnt work, then i tried enclosing the address within a <>... eg..<add1@aa.com>;<add2@aa.com>, It send the mail to add1@aa.com, but not to add2@aa.com
What am i doing wrong....
What can be done so that i can jus mail using a list of address and not program it to search for the second address and send it in the CC list or something .....