CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2001
    Posts
    60

    Sending an email

    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/

  2. #2
    Join Date
    Aug 2001
    Posts
    5

    Re: Sending an email

    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.


  3. #3
    Join Date
    Aug 2001
    Posts
    26

    Re: Sending an email

    you can use the MAPI control of VB to send mails to ur exchangeserver to several recipients.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured