Samples of EAGetMail SDK


All the samples locate at "installation path\samples".

pop3_imap4_simple.vb Receive and parse email from POP3 & IMAP4 with Visual Basic.NET. This sample also demonstrates parsing winmail.dat, digital signature verification and email decryption.
pop3_imap4_simple.csharp Receive and parse email from POP3 & IMAP4 with CSharp.NET. This sample also demonstrates parsing winmail.dat, digital signature verification and email decryption.
pop3_imap4_simple.vc Receive and parse email from POP3 & IMAP4 with Managed C++. This sample also demonstrates parsing winmail.dat, digital signature verification and email decryption.
imap4_full.vb Full functionality of IMAP4 including folder management, email moving and mail flags. This sample also demonstrates parsing winmail.dat, digital signature verification and email decryption.
imap4_full.csharp Full functionality of IMAP4 including folder management, email moving and mail flags. This sample also demonstrates parsing winmail.dat, digital signature verification and email decryption.

Project Version

All the samples are built with Visual Studio 2003. If you use different (elder) version of Visual Studio, those projects may not be openned properly. In this case, you need to create a new project in your Visual Studio and copy the code in the sample to overwrite your code. For example, if you can't open pop3_imap4_simple.vb project with your Visual Studio, create a new project, then copy form1.vb to overwrite the form1.vb in your project. Re-open your project, and finally add the reference of EAGetMail.dll to your project.