CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

View Poll Results: How frustrated are you with finding POP3 information on the Internet?

Voters
3. You may not vote on this poll
  • Don't need it, I know how to do it

    1 33.33%
  • Don't care, no need for it

    1 33.33%
  • Moderately frustrated

    0 0%
  • So mad, I could rip the Internet up!

    1 33.33%
Results 1 to 4 of 4

Thread: Receiving Email

  1. #1
    Join Date
    Jan 2008
    Posts
    2

    Receiving Email

    I really need a good tutorial (or code) that is a "walk through" on how to setup POP3 access that DOES NOT cost money! I have a program that needs to receive email (see screen shot) and I have NO clue! I have looked ALL over the internet for examples and have come up with NOTHING! Maybe it's about time we all pull together and finally put a solution out here for how to do it. I know it's not THAT complicated because I am a novice as is my roommate and we had an email program about 4 years ago and it wasn't that complicated then, so I don't imagine it is, however, I did not save that email program that we built so I can not refer to the coding again! So what do I need to do? Where do I put coding? Talk to me like I'm a fifth grader here! I would be forever in your debt!
    Attached Images Attached Images

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Receiving Email

    What language was it first written in? Do you know VB.Net? Download the samples in my signature. There are 101 program samples that all are documented on the internet. Try MSDN
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Jan 2008
    Posts
    2

    Re: Receiving Email

    It is vb.net, and you don't have a signature that is displaying

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Receiving Email

    You didn't turn them ON in your User CP when you setup the account. You can turn on signatures.

    David CodeGuru Article: Bound Controls are Evil-VB6
    101 Samples: VB & C# VS2008 Samples & VS2010 Samples
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured