Overview
MailBee Objects is a set of powerful and easy to use ActiveX/COM components intended for usage in your Windows and classic ASP web pages to get email messages from Internet servers using POP3/IMAP4 protocols or send them via SMTP protocol, including converting e-mail messages from or into MIME format.MailBee Objects contain several objects and collections:
MailBee.SMTP object is an easy to use tool to create and send e-mail
messages. It supports creating both plain-text and html-formatted messages with
attachments and inline objects (including automatic alternative body creation,
automatic scanning and adding attachments for specified html source and much
more). As MailBee.POP3, MailBee.SMTP also allows you to use secure
authentication to SMTP servers.
MailBee.SMTP object can be extended with external MailBee
Message Queue system to enable message queuing that can noticeably improve
performance of email sending applications or web pages. Alternatively, if your
mail server is IIS SMTP, you can submit messages directly into its pickup folder
(like CDONTS does).
Both MailBee.POP3, MailBee.IMAP4 and MailBee.SMTP objects
support event firing for better control of the requested operations and logging
capabilities (in many cases logging might noticeably simplify debugging and
development).
SSL property of every mailer class allows you to implement secure communications mode
2 lines of code: enabling SSL object with Mailer.SSL.Enabled=True and setting PortNumber
property of Mailer object (which can be an instance of SMTP, POP3 or IMAP4 class). Alternatively, instead of changing PortNumber, you can set SSL.UseStartTLS to use secure connection on a regular port). Also, SSL object can be easily configured
and tweaked if needed. You can not only make it use regular port communications
(secure communication on the same port as regular communication) instead of dedicated port, but also search or
check certificates, force specific security protocols, and more.
MailBee.SMIME object allows you to secure your e-mails easily by using the digital certificates. This object allows you to add the digital signatures to new messages; to encrypt the messages; to verify digital signatures of received messages and to decrypt these messages; to manage the digital certificates of the message senders and recipients.
Copyright © 2002-2011, AfterLogic Corporation. All rights reserved.