Samples of EAGetMail SDK


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

pop3_imap4_simple.vb6 Receives and parses email from POP3 & IMAP4 with Visual Basic 6.0. This sample also demonstrates parsing winmail.dat, digital signature verify and email decryption. (VB6, ActiveX/COM)
pop3_imap4_simple.delphi Receives and parses email from POP3 & IMAP4 with Visual Basic.NET. This sample also demonstrates parsing winmail.dat, digital signature verify and email decryption.(Delphi)
pop3_imap4_simple.vb Receives and parses email from POP3 & IMAP4 with Visual Basic.NET. This sample also demonstrates parsing winmail.dat, digital signature verify and email decryption.(VB.NET, .NET)
pop3_imap4_simple.csharp Receives and parses email from POP3 & IMAP4 with CSharp.NET. This sample also demonstrates parsing winmail.dat, digital signature verify and email decryption. (C#, .NET)
pop3_imap4_simple.vc Receives and parses email from POP3 & IMAP4 with Managed C++. This sample also demonstrates parsing winmail.dat, digital signature verify and email decryption.(Managed C++, .NET)
pop3_imap4_simple.vcNative Receives and parses email from POP3 & IMAP4 with Native Visual C++. This sample also demonstrates parsing winmail.dat, digital signature verify and email decryption. (Visual C++, ActiveX/COM)
imap4_full.vb6 Full functionality of IMAP4 including folder management, mail flags. This sample also demonstrates parsing winmail.dat, digital signature verify and email decryption. (VB6, ActiveX/COM)
imap4_full.vb Full functionality of IMAP4 including folder management, email moving and mail flags. This sample also demonstrates parsing winmail.dat, digital signature verify and email decryption. (V.NET, .NET)
imap4_full.csharp Full functionality of IMAP4 including folder management, email moving and mail flags. This sample also demonstrates parsing winmail.dat, digital signature verify and email decryption. (C#, .NET)
pocketpc.mobile.cs Receives and parses email from POP3 & IMAP4 with CSharp.NET on Windows Mobile Platform.(C#, .NET)
pocketpc.mobile.vb Receives and parses email from POP3 & IMAP4 with VB.NET on Windows Mobile Platform.(VB, .NET)
ParseEmail.js/ParseEmail.vbs Parses email file by JScript/VBScript.(Jscript, VBScript, ActiveX/COM)
PreviewEmail.js/PreviewEmail.vbs Download email header from POP3/IMAP4 server by JScript/VBScript.(Jscript, VBScript, ActiveX/COM)
asp Receives and parses email from POP3 & IMAP4 with ASP.(ASP, VBScript, ActiveX/COM)
asp_queue Receives email from POP3 & IMAP4 with EAGetMail Service.(ASP, VBScript, ActiveX/COM)
asp_net Receives and parses email from POP3 & IMAP4 with ASP.NET.(ASP.NET, C#, .NET)
asp_net_queue Receives email from POP3 & IMAP4 with EAGetMail Service.(ASP.NET, C#, .NET)

Project Version

All the samples are built with Visual Studio 2003, 2008 and 2010. 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 project with your Visual Studio, 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.