Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Sending an e-mail message

Sending an e-mail message

Scheduled Pinned Locked Moved C / C++ / MFC
c++question
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    confalonieri
    wrote on last edited by
    #1

    Hi. How could I simply send an e-mail message in a VISUAL C++ application ? Do I have to use MAPI ? Thanks.

    L 1 Reply Last reply
    0
    • C confalonieri

      Hi. How could I simply send an e-mail message in a VISUAL C++ application ? Do I have to use MAPI ? Thanks.

      L Offline
      L Offline
      l a u r e n
      wrote on last edited by
      #2

      there are 2 classes on codeproject by pj naughter ... one for smtp and one for mapi ... both work well ... search for articles by him rock on pj :) :suss: --- "every year we invent better idiot proof systems and every year they invent better idiots"

      B 1 Reply Last reply
      0
      • L l a u r e n

        there are 2 classes on codeproject by pj naughter ... one for smtp and one for mapi ... both work well ... search for articles by him rock on pj :) :suss: --- "every year we invent better idiot proof systems and every year they invent better idiots"

        B Offline
        B Offline
        BLaZe
        wrote on last edited by
        #3

        in an MDI or SDI in BEGIN_AFX_MESSAGE jus add this two lines and set the ID of the following menu button ON_COMMAND(ID_FILE_SEND_MAIL, OnFileSendMail) ON_UPDATE_COMMAND_UI(ID_FILE_SEND_MAIL, OnUpdateFileSendMail):) :) BLaZe

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups