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. .NET (Core and Framework)
  4. email class

email class

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharppythonquestion
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.
  • M Offline
    M Offline
    marcossl
    wrote on last edited by
    #1

    HI, i've been exploring the net framework classes for a while and i didn't find a email class to send mails (pop3) . I'm missing or .NET does not owns a class like that? i think, Python brigs one in its class library, the NET framework, very much bigger, should do too Thanks in Advance Marcos

    J V 2 Replies Last reply
    0
    • M marcossl

      HI, i've been exploring the net framework classes for a while and i didn't find a email class to send mails (pop3) . I'm missing or .NET does not owns a class like that? i think, Python brigs one in its class library, the NET framework, very much bigger, should do too Thanks in Advance Marcos

      J Offline
      J Offline
      Jon Sagara
      wrote on last edited by
      #2

      You can send email with SMTP. Take a look at System.Web.Mail[^]. Then take a look at this article[^] to see an example usage. Jon Sagara Hi! I'm Melanoma, Moley Russell's wart. -- Uncle Buck

      1 Reply Last reply
      0
      • M marcossl

        HI, i've been exploring the net framework classes for a while and i didn't find a email class to send mails (pop3) . I'm missing or .NET does not owns a class like that? i think, Python brigs one in its class library, the NET framework, very much bigger, should do too Thanks in Advance Marcos

        V Offline
        V Offline
        Vasudevan Deepak Kumar
        wrote on last edited by
        #3

        Hi Marcos, Do you want to Send Mails or Recieve Mails. When you send mails, you use SMTP. POP3 is used for recieving emails. This clears and solves your first sentence of your posting. Regarding your doubt regarding .NET Framework classes to send mails, check out System.Web.Mail (It has an exhaustive collection of classes and methods to send mail) Check out http://www.c-sharpcorner.com/ for some code snippets in checking mails using POP3.) deepak Deepak Kumar Vasudevan http://deepak.portland.co.uk/

        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