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

I need to download email with Specific Subject from Amazon. Also need to copy same email content and attachments download in my local machine.

I am using SMTP email address.

What I have tried:

Not getting proper solution in any other site. And I don't want to used third party tool and any dll.
Posted
Updated 12-Dec-16 23:32pm
v3
Comments
F-ES Sitecore 13-Dec-16 4:34am    
To read emails from a server you can use IMAP or POP3 with POP3 being easiest. Google "read POP3 email vb.net" and you'll find samples.

1 solution

If you do not want to use third party libraries or tools then you will have to write the code yourself. The first thing you need to do is establish what protocols the server uses for reading emails. You can then Google for samples and tutorials on the subject.
 
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