var fDesc=new Array(); fDesc[0] = "Chilkat Email .NET Component allows you to create and send emails.

Main Features:

- SMTP client for sending email.
- POP3 client for reading email.
- Works with Exchange Server (all versions)
- Works with all POP3 / SMTP servers
- Supports POP3 and SMTP SSL/TLS connections.
- SMTP STARTTLS
- Supports POP3 and SMTP SSH tunneling (port forwarding).
- Send S/MIME signed and/or encrypted email.
- Read S/MIME signed and/or encrypted email.
- Export and import email to XML.
- Export and import email to .eml (MIME) text files.
- Zip / unzip attachments in-memory.
- Check for email on servers.
- Verify POP3 / SMTP connections and login credentials.
- Secure SMTP authentication methods suppoted."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }