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. Visual Basic
  4. Emailing from VB

Emailing from VB

Scheduled Pinned Locked Moved Visual Basic
c++tutorialquestionworkspace
4 Posts 3 Posters 7 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.
  • O Offline
    O Offline
    Obliterator
    wrote on last edited by
    #1

    Hi all, Does anybody know of a component which allows you to email from VB. I don't want to use MAPI as this requires the user has installed (and setup) Outlook or Word. I know there is a great example here on CodePrj in VC++. Does anybody know of anything similar for VB? How easy would it be to take the C++ code and wrap it into a DLL which could be called from VB? -- The Obliterator

    D J 2 Replies Last reply
    0
    • O Obliterator

      Hi all, Does anybody know of a component which allows you to email from VB. I don't want to use MAPI as this requires the user has installed (and setup) Outlook or Word. I know there is a great example here on CodePrj in VC++. Does anybody know of anything similar for VB? How easy would it be to take the C++ code and wrap it into a DLL which could be called from VB? -- The Obliterator

      D Offline
      D Offline
      David Salter
      wrote on last edited by
      #2

      I don't know of any additional VB controls, but I thought it came with Internet Controls? You could try searching for SMTP and Visual Basic from a search engine. If you have some skills in using VC++ (and can use the Wizards), its not too difficult to wrap up some source code to make a DLL that is accessible from VB. A straight "C" DLL will do it or a COM object. Dave.

      O 1 Reply Last reply
      0
      • D David Salter

        I don't know of any additional VB controls, but I thought it came with Internet Controls? You could try searching for SMTP and Visual Basic from a search engine. If you have some skills in using VC++ (and can use the Wizards), its not too difficult to wrap up some source code to make a DLL that is accessible from VB. A straight "C" DLL will do it or a COM object. Dave.

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

        I will look into the Internet Controls... I am not a VB developer so it really is something I have no idea of. Yeah I'm confident I could wrap the C source into a DLL... its using it from VB I was worried about! I will give it a go, cheers. -- The Obliterator

        1 Reply Last reply
        0
        • O Obliterator

          Hi all, Does anybody know of a component which allows you to email from VB. I don't want to use MAPI as this requires the user has installed (and setup) Outlook or Word. I know there is a great example here on CodePrj in VC++. Does anybody know of anything similar for VB? How easy would it be to take the C++ code and wrap it into a DLL which could be called from VB? -- The Obliterator

          J Offline
          J Offline
          Jon Gohr
          wrote on last edited by
          #4

          If you just want to do some simple smtp based email from a vb application you can run on over to www.planet-source-code.com ... do a seach in the vb section for email and/or smtp. I know there are several examples there. Good Luck! Jon

          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