di Quiksoft Corporation - Tipo prodotto: Componente / Add-in / ActiveX DLL / DLL / ASP
Ti preghiamo di notare che le informazioni su questi prodotti non sono disponibili in italiano.
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.
I nostri prezzi standard sono indicati sotto. Accedi per vedere i tuoi prezzi scontati.
| Aggiungi al carrello | $ 489.02 | 1 Developer License (Permits use by one developer and allows for unlimited royalty-free distribution of runtime) | Download (28 KB) | |
| Aggiungi al carrello | $ 881.02 | 2 Developer License (Permits use by two developers and allows for unlimited royalty-free distribution of runtime) | Download (28 KB) | |
| Aggiungi al carrello | $ 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) |
| Aggiungi al carrello | $ 733.53 | 1 Developer License (Permits use by one developer and allows for unlimited royalty-free distribution of runtime) | Download (57 KB) | |
| Aggiungi al carrello | $ 1,321.53 | 2 Developer License (Permits use by two developers and allows for unlimited royalty-free distribution of runtime) | Download (57 KB) | |
| Aggiungi al carrello | $ 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) |
| Aggiungi al carrello | $ 244.51 | 1 Developer License (Permits use by one developer and allows for unlimited royalty-free distribution of runtime) | Verifica | Download (29 KB) |
| Aggiungi al carrello | $ 440.51 | 2 Developer License (Permits use by two developers and allows for unlimited royalty-free distribution of runtime) | Verifica | Download (29 KB) |
| Aggiungi al carrello | $ 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) | Verifica | Download (29 KB) |
I nostri prezzi comprendono l'assistenza tecnica ComponentSource e, per la maggior parte dei prodotti scaricabili, una copia di riserva online e un aggiornamento GRATUITO alla nuova versione, se questa viene lanciata entro 30 giorni dall'acquisto. Tutte le vendite sono soggette ai nostri termini e condizioni standard ed alla nostra politica di rimborso. Contattaci se necessiti di un'opzione di licenza non elencata sopra, comprese licenze multiple e versioni precedenti.
I nostri prezzi standard sono indicati sopra. Accedi per vedere i tuoi prezzi scontati.
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.
Autore
Categoria primaria
Prodotti correlati
Categorie correlate