Email Receiving in ASP.Net
-
Hi All, My problem is that I have to create an application using asp.net which can send and recieve emails. I have compelted the sending part but i am not finding any way to receive emails. I try lot of googling but didn't find any proper way to do that. Please tell me how it can be possible. Thanks in advance...
-
Hi All, My problem is that I have to create an application using asp.net which can send and recieve emails. I have compelted the sending part but i am not finding any way to receive emails. I try lot of googling but didn't find any proper way to do that. Please tell me how it can be possible. Thanks in advance...
astrovirgin wrote:
have compelted the sending part but i am not finding any way to receive emails.
Are you using any special Email Server ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you. View My Latest Article
-
astrovirgin wrote:
have compelted the sending part but i am not finding any way to receive emails.
Are you using any special Email Server ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you. View My Latest Article
No... I am using gmail as service provider....
-
Hi All, My problem is that I have to create an application using asp.net which can send and recieve emails. I have compelted the sending part but i am not finding any way to receive emails. I try lot of googling but didn't find any proper way to do that. Please tell me how it can be possible. Thanks in advance...
astrovirgin wrote:
I try lot of googling but didn't find any proper way to do that.
First of all, it has nothing to with ASP.Net. I found these results from Google[^], and the first two of them should give answer to you.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
Hi All, My problem is that I have to create an application using asp.net which can send and recieve emails. I have compelted the sending part but i am not finding any way to receive emails. I try lot of googling but didn't find any proper way to do that. Please tell me how it can be possible. Thanks in advance...
Just create an application with configurable pop3 and SMTP server just like outlook.Just search google or CodeProject for Pop3Client.You'll get lot of resources for that. :-)
Arun Jacob http://codepronet.blogspot.com/
-
astrovirgin wrote:
I try lot of googling but didn't find any proper way to do that.
First of all, it has nothing to with ASP.Net. I found these results from Google[^], and the first two of them should give answer to you.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
Thanks for the all hard work you did for me. But my problem is that I don't want to use any dll or third party tool for do the same. I have to do it only by normal c# coding and if you find something like this, then please tell me.... coz i didn't find it....