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. Email application from VC++

Email application from VC++

Scheduled Pinned Locked Moved C / C++ / MFC
c++tutorialquestion
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.
  • R Offline
    R Offline
    RamL
    wrote on last edited by
    #1

    Hi All, How to write an email application from VC++? Thanks in advance, Awating your reply, - Ramesh.:zzz:

    G 1 Reply Last reply
    0
    • R RamL

      Hi All, How to write an email application from VC++? Thanks in advance, Awating your reply, - Ramesh.:zzz:

      G Offline
      G Offline
      Ganesh_T
      wrote on last edited by
      #2

      What you have to do ? Do you have to just send the message or anything else. Cheers "Peace of mind through Technology"

      O 1 Reply Last reply
      0
      • G Ganesh_T

        What you have to do ? Do you have to just send the message or anything else. Cheers "Peace of mind through Technology"

        O Offline
        O Offline
        oshah
        wrote on last edited by
        #3

        If you just need to send an email to a specific address, you can just ShellExecute that email address (similar to how you invoke a url). ShellExecute(hwnd, "open", "mailto:your.address@domain.com", NULL, NULL, SW_SHOW); You can even supply a body/subject by crafting the mailto like a Query string (MSDN[^]): mailto:your.address@domain.com?body="This is the body"&subject="Auto-generated e-mail subject" If you need more advanced functionality (such as choosing your server), check the forum Q&A FAQ.

        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