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#
  4. Read Emails

Read Emails

Scheduled Pinned Locked Moved C#
questioncsharphelp
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.
  • K Offline
    K Offline
    Kevin Marois
    wrote on last edited by
    #1

    I'v seen various posts on this and other forums about reading emails. While the C# code looks simple enough, what I'm confused on is the different 'technologies' that seem to be out there. 1) What is the difference between IMAP, MAPI, and POP3? 2) Is there a standard email message format? Thanks!

    If it's not broken, fix it until it is

    S R 2 Replies Last reply
    0
    • K Kevin Marois

      I'v seen various posts on this and other forums about reading emails. While the C# code looks simple enough, what I'm confused on is the different 'technologies' that seem to be out there. 1) What is the difference between IMAP, MAPI, and POP3? 2) Is there a standard email message format? Thanks!

      If it's not broken, fix it until it is

      S Offline
      S Offline
      Sarath C
      wrote on last edited by
      #2

      I think a simple Google search can clarify your questions. It depends on the Email provider or server configuration to access the emails. Most of the email services provides POP3/SMTP access to the user accounts. This standard is quite old and mostly meant for old mail clients. IMAP is a modern protocol to access emails and it too has several different versions. Google Mail supports POP and IMAP. On the other hand most of the corporate Emails runs Microsoft Exchange server and can be access with POP and Exchanges protocol. MAPI is a properetiery API from Microsoft to access the Exchange Server and other mail protocols.

      -Sarath.

      My blog - Sharing My Thoughts

      Rate the answers and close your posts if it's answered

      1 Reply Last reply
      0
      • K Kevin Marois

        I'v seen various posts on this and other forums about reading emails. While the C# code looks simple enough, what I'm confused on is the different 'technologies' that seem to be out there. 1) What is the difference between IMAP, MAPI, and POP3? 2) Is there a standard email message format? Thanks!

        If it's not broken, fix it until it is

        R Offline
        R Offline
        Ravi Bhavnani
        wrote on last edited by
        #3

        Kevin Marois wrote:

        Is there a standard email message format?

        Yes, see RFC 5322[^]. /ravi

        My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

        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