code for POP3

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Daljeet Hanspal
    New Member
    • Feb 2008
    • 6

    code for POP3

    Is system.net.mail only used 4 sending (SMTP) mail , is it not used 4 receiving mails (POP3) the codes i have seen so far are all using tcp/ip sockets to do so.

    I'm want to retrive mails , can sum one plz help me out ???
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Yes, System.Net.Mail is only for SMTP.
    I don't think there is an object for POP3 unless you count using outlook.

    It's all done with tcp/ip, so if you wanted you could implement the protocal yourself.

    Comment

    Working...