Click here to Skip to main content
15,899,006 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hie there
I found the stuff that's already on your website regarding receiving an email to a C# application. I was just wondering if you guys could help me.I would also like to retrieve the phone number as well as the contents of the email from which the email is being sent and update the SQl database directly.

Regards
Thelma Madzikanda
Posted
Comments
Beerbeen 5-Jun-17 6:13am    

1 solution

There is no such thing as "receiving e-mail". Why do you think someone will send a e-mail to your application? You application cannot be the member of the e-mail delivery chain unless it is a Mail Delivery Agent (MDA). Perhaps you first need to read on how e-mail works, to understand what exactly do you want.

Please see:
http://en.wikipedia.org/wiki/E-mail[^],
http://en.wikipedia.org/wiki/E-mail#Operation_overview[^] (first of all pay attention for this),
http://en.wikipedia.org/wiki/Message_delivery_agent[^].

Maybe, you only need to write an application to connect to existing POP3 or IMAP server? Then see this:
http://en.wikipedia.org/wiki/Pop3[^],
http://en.wikipedia.org/wiki/IMAP[^].

If so, look here:
http://www.codeproject.com/search.aspx?doctypeid=1&q=%28POP3+OR+IMAP%29+client+%22C%23%22[^].

—SA
 
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