|
I have to write an application which will retrieve emails from the mail server. If message text includes the "message identification string" text than I need to extract message content and save it to the database. Only new messages should be processed. The mail server supports both POP3 and IMAP protocols. How to achieve it? |
|
It looks like Rebex Secure IMAP can do what you need. In C#, you might use a code like this:
|
|
In VB.NET, the code might look like this:
|