Click here to Skip to main content
15,903,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi. Is it possible to receive e-mail from g-mail inbox in my application textbox? Or something similar? All I really need is to receive e-mails in my application. I want my e-mails to appear in a textbox like this - for example:

Textbox:
--------------------------------------------
Subject: 'insert subject here'
Sender: 'insert sender here'
Date and Time: 'insert date and time here'
--------------------------------------------

What I have tried:

I have tried some YouTube videos, but the source never works... the mail won't receive. Can you help me out? :)
Posted
Updated 9-Dec-17 2:55am
v2
Comments
F-ES Sitecore 9-Dec-17 11:12am    
google "c# pop3" for code or libraries that can read emails from a mail server.

1 solution

There are two issues to work on.
1. Write the code to receive messages from your email provider.
2. Parse those messages and put the relevant items into the text boxes on your form.

There are many samples available via Google that show the code for sending or receiving email messages.
 
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