Description: Active Data Online ElectronicMail is a Windows compatible program that features a managed assembly that provides SMTP, POP3 and MIME email functionality. With ElectronicMail, an application, a service or a component can easily send and/or receive email using pure managed code. System.Web.Mail, the email assembly that ships with the .net framework, is essentially a wrapper around Microsoft's CDONTS, a COM based technology. ElectronicMail, in contrast, does not require CDONTS.dll to be present and registered; it connects to an email server directly via TCP. Moreover, System.Web.Mail cannot retrieve emails from an email server.