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. C# Email Sending/Receiving--Help?!?

C# Email Sending/Receiving--Help?!?

Scheduled Pinned Locked Moved C#
tutorialcsharphelpquestion
3 Posts 2 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
    Michael Fritzius
    wrote on last edited by
    #1

    Hello, I'm trying to make a C# program that, in part, sends and receives emails. I'm using Gmail as the account, and can send emails from this program that would show as if I'd sent it from my Gmail account because it sends a command to Gmail containing my name and password, the email itself, who it goes to, etc. That's fine, but the other half of the transfer is what's got me stumped--how to get the emails off that same Gmail account and show them on the screen. Does anybody have any experience with this that can guide me in the right direction? Thanks for your time, Michael Fritzius

    T 1 Reply Last reply
    0
    • M Michael Fritzius

      Hello, I'm trying to make a C# program that, in part, sends and receives emails. I'm using Gmail as the account, and can send emails from this program that would show as if I'd sent it from my Gmail account because it sends a command to Gmail containing my name and password, the email itself, who it goes to, etc. That's fine, but the other half of the transfer is what's got me stumped--how to get the emails off that same Gmail account and show them on the screen. Does anybody have any experience with this that can guide me in the right direction? Thanks for your time, Michael Fritzius

      T Offline
      T Offline
      TJoe
      wrote on last edited by
      #2

      You need to use POP3 or IMAP protocols. Check out here[^] and here[^]. You will also need to enable POP3/IMAP access in your gmail account (through the gmail interface under settings).

      Take care, Tom ----------------------------------------------- Check out my blog at http://tjoe.wordpress.com

      M 1 Reply Last reply
      0
      • T TJoe

        You need to use POP3 or IMAP protocols. Check out here[^] and here[^]. You will also need to enable POP3/IMAP access in your gmail account (through the gmail interface under settings).

        Take care, Tom ----------------------------------------------- Check out my blog at http://tjoe.wordpress.com

        M Offline
        M Offline
        Michael Fritzius
        wrote on last edited by
        #3

        Thanks! I'm glad to see that one of those links was visited already so I guess I was on the right track. Those links were a ton of help. Thanks again! Michael Fritzius

        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