trasher
August 29th, 2001, 09:16 AM
I have a program wich I want it to be able to send an email through an exchange server to several recipients in the company. Can someone have an idea about how I could do that?
Wich object would I use ...
Make it with rocker style \w/
Polkabora
August 29th, 2001, 03:45 PM
If you have it, you could use Outlook's object model to do it or you could use CDO or CDONTS if they are on your computer. You can get info on CDO and CDONTS by searching Microsoft's Website. They are also on the MSDN under Platform SDK: Messaging and collaborative services. I hope this helps.
bhanuprakash
August 30th, 2001, 12:06 AM
you can use the MAPI control of VB to send mails to ur exchangeserver to several recipients.