Object oriented approach - ActiveEmail has now a more object oriented approach. The SmtpMail object does not exist anymore; it is split up into two different objects:SmtpServerandSmtpMail. Existing users must make a small modification to their code to adapt to this change.
Two new objects provide an interface to the POP3 protocol:Pop3ServerandPop3Mail;