is there a way in c# / asp.net to directly parse the email that it receives from Gmail? I used pop3 server to receive the data from Gmail.
Asked
Active
Viewed 461 times
0
-
Possible duplicate of https://stackoverflow.com/questions/7056715/reading-emails-from-gmail-in-c-sharp – Isham Mohamed Nov 10 '17 at 05:35
-
It is called web scrapping. So when you get a response from the website you need to parse the tags in the html string. – jdweng Nov 10 '17 at 07:50