by Quiksoft Corporation - Product Type: Component / Add-In / ActiveX DLL / DLL / ASP
Communicate to e-mail servers over SSL connections. The plug-in interfaces with the SMTP, POP3 and IMAP4 objects to provide the SSL services. Integrating the SSL Plug-in into your application requires only a few lines of code.
Our regular prices are shown below. Please logon to see your discounted prices.
| Add to Cart | $ 489.02 | 1 Developer License (Permits use by one developer and allows for unlimited royalty-free distribution of runtime) | Download (28 KB) | |
| Add to Cart | $ 881.02 | 2 Developer License (Permits use by two developers and allows for unlimited royalty-free distribution of runtime) | Download (28 KB) | |
| Add to Cart | $ 1,959.02 | Unlimited Developer License (Permits use by an unlimited number of developers within one organization and allows for unlimited royalty-free distribution of runtime) | Download (28 KB) |
| Add to Cart | $ 733.53 | 1 Developer License (Permits use by one developer and allows for unlimited royalty-free distribution of runtime) | Download (57 KB) | |
| Add to Cart | $ 1,321.53 | 2 Developer License (Permits use by two developers and allows for unlimited royalty-free distribution of runtime) | Download (57 KB) | |
| Add to Cart | $ 2,928.73 | Unlimited Developer License (Permits use by an unlimited number of developers within one organization and allows for unlimited royalty-free distribution of runtime) | Download (57 KB) |
| Add to Cart | $ 244.51 | 1 Developer License (Permits use by one developer and allows for unlimited royalty-free distribution of runtime) | Verify | Download (29 KB) |
| Add to Cart | $ 440.51 | 2 Developer License (Permits use by two developers and allows for unlimited royalty-free distribution of runtime) | Verify | Download (29 KB) |
| Add to Cart | $ 979.51 | Unlimited Developer License (Permits use by an unlimited number of developers within one organization and allows for unlimited royalty-free distribution of runtime) | Verify | Download (29 KB) |
Our prices include ComponentSource technical support and, for most downloadable products, an online backup and a FREE upgrade to the new version if it is released within 30 days of your purchase. All sales are made on our standard Terms and Conditions and subject to our Return Policy. Please contact us if you require any licensing option not listed, including volume licensing and previous versions.
Our regular prices are shown above. Please logon to see your discounted prices.

Overview:
The EasyMail objects SSL Plug-in is a COM object that quickly enables the EasyMail Objects to communicate with SSL e-mail servers. The Plug-in COM object does not replace the EasyMail Objects, it simply interfaces with them to provide the SSL services. Integrating the SSL Plug-in into your application requires only a few lines of code.
The following example shows how to activate the plug-in for use with the EasyMail IMAP4 Object. The code in bold is the code required to support SSL.
i.e.Set objIMAP4 = CreateObject("EasyMail.IMAP4")
Set objSSL = CreateObject("EasyMail.SSL")
objIMAP4.MailPort = 993
objIMAP4.SSL = objSSL
IMAP4.Connect(strMailServer$)
... do IMAP4 stuff...
IMAP4.Disconnect
As the example illustrates, all that is necessary to SSL enable the EasyMail IMAP4 Object is to create an SSL object and assign it to the SSL property of the EasyMail MAP4 object.
Note: The SSL Plug-in object can be used with the EasyMail SMTP, POP3 and IMAP4 Objects.
Publisher
Primary Category
Related Products
Related Categories