Click here to Skip to main content
15,899,126 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
How to fetch all data of email-id like email indox data , send item and attachment from POP3 mail server in asp.net using C#

[edit]SHOUTING removed - OriginalGriff[/edit]
Posted
Updated 27-Nov-13 1:50am
v3
Comments
Vinodh.B 27-Nov-13 6:07am    
Please make your question more clear .
Richard MacCutchan 27-Nov-13 6:49am    
Search Google for POP3 and IMAP and learn how to access your mail.
Please try something and come back if you face problems in between.
OriginalGriff 27-Nov-13 7:50am    
DON'T SHOUT. Using all capitals is considered shouting on the internet, and rude (using all lower case is considered childish). Use proper capitalisation if you want to be taken seriously.
[no name] 27-Nov-13 8:30am    
ok sir , now please tell me how can I implement this......

1 solution

First, as Richard MacCutchan said you need to learn how to use Google to get basic information.
To get you started here is a nice article on CodeProject about IMAP and POP3 Clients in C#[^]

This article on Simple POP3 Email Class[^] may also be useful.

After you read some articles on the subject and write some of your own code if you get stuck feel free to post the code that you are having trouble with and ask a specific question.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900