-
VB Email
Just wondering what a solution to the following is.
I've got a "send email" part to my application which works great (using Gmail)
I'd like to be able to receive emails in my application as well. A basic thing would do...
eg when a new message is received:
---
If a timer could be used to check for emails every 5minutes; then
TextBox1.Text = "New Message Received";
Click the text box and it displays who the email is from, the subject and the email content in plain text, with a reply option.
---
Any advice gratefully received!