Click here to Skip to main content
15,868,340 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm trying to create a C# app that's notified when I receive a new email and if the email is from a particular person to open and parse the email and process the parsed results.

I have NO idea where to start. Can someone please point me in the right direction where to start.

Thank you,
Donald
Posted

Take a look at this Code Project article.Read Gmail Inbox Message in ASP.NET[^]
 
Share this answer
 
All you might need to do is start from email client , POP3 or anyother email client,
You must have email client program to interact with email servers.

1) I would say first identify which email client want you want to use based on email you receive.
2) Get that client implemented (there are sample of C# POP3 client)
just need to hook up SMTP -TCP protocols.
3) Define your business rules on those messages.

Hope this helps.
 
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