de Quiksoft Corporation - Tipo de producto: Componente / Complemento / 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.
Nuestros precios Standard están indicados abajo. Inicia una sesión para ver sus precios con descuento.
| Añadir a la Cesta | $ 489.02 | 1 Developer License (Permits use by one developer and allows for unlimited royalty-free distribution of runtime) * | Descarga (28 KB) | |
| Añadir a la Cesta | $ 881.02 | 2 Developer License (Permits use by two developers and allows for unlimited royalty-free distribution of runtime) * | Descarga (28 KB) | |
| Añadir a la Cesta | $ 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) * | Descarga (28 KB) |
| Añadir a la Cesta | $ 733.53 | 1 Developer License (Permits use by one developer and allows for unlimited royalty-free distribution of runtime) * | Descarga (57 KB) | |
| Añadir a la Cesta | $ 1,321.53 | 2 Developer License (Permits use by two developers and allows for unlimited royalty-free distribution of runtime) * | Descarga (57 KB) | |
| Añadir a la Cesta | $ 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) * | Descarga (57 KB) |
| Añadir a la Cesta | $ 244.51 | 1 Developer License (Permits use by one developer and allows for unlimited royalty-free distribution of runtime) * | Verificar | Descarga (29 KB) |
| Añadir a la Cesta | $ 440.51 | 2 Developer License (Permits use by two developers and allows for unlimited royalty-free distribution of runtime) * | Verificar | Descarga (29 KB) |
| Añadir a la Cesta | $ 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) * | Verificar | Descarga (29 KB) |
Nuestros precios incluyen servicio técnico de ComponentSource y, para la mayoría de los productos disponibles para descarga, una copia de seguridad en línea y una actualización GRATUITA a la nueva versión si ésta se publica en un período de 30 días después de la compra. Todas las ventas están sujetas a nuestros Términos y condiciones standard y a nuestra Política de devolución. Por favor, póngase en contacto con nosotros si necesita alguna opción de licencia no incluida en la lista anterior, incluida la compra por volumen de licencias y versiones anteriores.
Nuestros precios Standard están indicados arriba. Inicia una sesión para ver sus precios con descuento.
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.

Autor
Categoría principal
Productos relacionados
Categorias relacionadas
ComponentSource ofrece un único servicio global, utilizado por más de 1.000.000 de desarrolladores en todo el mundo.