Answered by:
checking my email inbox

Question
-
dear first regards to all the lovers and users of Visual Studio after
i am working on a project in which the customer demand for the email sending checking the list of send email and check there inbox and download
the email i have done the sending email and checking the list of send email but i have some prob in checking the inbox and downloading the email through
POP3 or any thing else and + how to find the POP3 server .com of any email i need help in C# Code
Regrads
Jaillani khan Takamul- Moved by nobugzModerator Monday, June 29, 2009 9:13 AM not a bcl q (From:.NET Base Class Library)
Monday, June 29, 2009 7:54 AM
Answers
-
You can look following two articles for recieve INBOX email through POP3
http://www.codeproject.com/KB/IP/Pop3MimeClient.aspx
http://www.codeproject.com/KB/IP/Pop3MailClient.aspx
Gaurav Khanna- Marked as answer by Zhi-Xin Ye Friday, July 3, 2009 11:27 AM
Monday, June 29, 2009 9:51 AM
All replies
-
Hi UltimateFighter,
you can check the RFC 1939 for description of the requests and answers of the pop3 protocoll. Take a look here: http://www.ietf.org/rfc/rfc1939.txt
Mark the thread as answered if the answer helps you. This helps others who have the same problem !Monday, June 29, 2009 8:02 AM -
dear your this link dosenot help me this is last portion of my question the really question is that how can i create something that can show my inbox list and i can download any mail form the inbox through the c # code thanxMonday, June 29, 2009 9:23 AM
-
You can look following two articles for recieve INBOX email through POP3
http://www.codeproject.com/KB/IP/Pop3MimeClient.aspx
http://www.codeproject.com/KB/IP/Pop3MailClient.aspx
Gaurav Khanna- Marked as answer by Zhi-Xin Ye Friday, July 3, 2009 11:27 AM
Monday, June 29, 2009 9:51 AM