CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    California
    Posts
    264

    How can I send email from application?

    How can I send email from application when one event happen? Which function can I use?

    Thank you!

    Best Regards,

    Kevin Shen
    Best Regards,

    Kevin Shen

  2. #2

    Re: How can I send email from application?

    See http://www.freevbcode.com?ShowCode.asp?ID=109 for a component that allows this via SMTP and winsock. There are also other examples on the site that show you how to do this via Outlook and MAPI.

    Charlie Zimmerman
    http://www.freevbcode.com


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