CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Emailing from within VC++

    What must be done to get a simple text message mailed to an internet mail address using VC++ (and any class libraries with MS VC++ 4.2)?

    I want a function that takes 3 arguments:

    int SendEmailMessage(char *emailaddress,char *subject,char *message);


  2. #2
    Join Date
    May 1999
    Posts
    19

    Re: Emailing from within VC++

    There are tons of sample e-mail classes on this site, just look under Internet Programming and find the E-Mail section.

    -- Matt


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