2
votes

I'm developing managing email server using vb.net and asp.net i need sample or open source component to retrieve emails from my email server (get new messages - all mesgs - delete msg - copy msg - etc ) using IMAP Protocol.

2

2 Answers

0
votes

CodeProject has a couple you might find useful.

0
votes

You can use this open source project: http://mailsystem.codeplex.com

.NET Framework doen't include imap4 support yet.