Soft82.com » Windows » Developer Tools » Components & Libraries » Ultimate Mail Component 2.0.519.2200
Ultimate Mail Component 2.0.519.2200
| Developer | |
| Product Homepage | |
| Date Added | August 19, 2010, 08:17 GMT |
| License | Free to try (Shareware); $249.00 to buy |
| Last Week / All Time Downloads | 0 / 123 |
| Size | 13.1MB |
| OS Support | Win 7/Vista/XP |
Ultimate Mail Component Description
Mail for C#, VB.NET & ASP.NET
The Ultimate Mail Component offers a comprehensive interface for sending, receiving e-mail messages from a server and managing your mailbox remotely, all from within your application. In addition, it also allows you to compose, decrypt, encrypt, sign, and validate email messages.
Features
* Downloading and managing email messages and mailboxes easily with IMAP classes
* Receiving and managing email messages easily with POP3 classes
* Sending email messages easily with SMTP classes
* Supports MIME and S/MIME
* Security and Reliability
* Supports HTTP Connect, SOCKS4, SOCKS4A & SOCKS5 Proxy Servers
* Support for IPv6, the next generation Internet protocol
* Supports ASP.NET Medium Trust environment configuration
* .NET Technology
* Supports many .NET Platforms
* Supports event-driven (Asynchronous) and blocking (Synchronous) Design
* Flexibility
* Fully Documented
* Lots of IMAP client samples in VB.NET, C#, and ASP.NET
* Royalty-free
Downloading and managing email messages and mailboxes easily
The Ultimate Mail component offers a comprehensive interface for IMAP, providing the developer with everything that he needs to incorporate mail management tasks in an application as listed below:
* Connect to standard IMAP server or secure IMAP server over TLS/SSL. It supports both Implicit and Explicit security modes
* List email messages
* Download entire or partial messages to a disk file or stream
* Upload messages stored in a file or memory stream
* Copy messages
* Delete messages
* Purge messages
* Move messages between folders/mailboxes
* Mark/unmark message flags
* Listing mailboxes/folders
* Create mailboxes/folders
* Rename mailboxes/folders
* Delete mailboxes/folders
* Subscribe and unsubscribe mailboxes/folders
* Obtain mailbox information
* Search messages with advanced options
* Authenticate securely with CRAM-MD5, DIGEST-MD5, NTLM, and Kerberos methods
Receiving and managing email messages easily with POP3 classes
The POP3 client class simplifies the tasks needed to manage your email messages on a POP3 server. It offers the following features:
* Connect to standard POP3 server or secure POP3 server over TLS/SSL. It supports both Implicit and Explicit security modes
* List email messages
* Download entire or partial messages to a disk file or stream
* Delete messages
* Purge messages
* Obtain mailbox information
* Authenticate securely with APOP, CRAM-MD5, DIGEST-MD5, NTLM, and Kerberos methods
Sending email messages easily with SMTP classes
In addition to supporting IMAP and POP3 protocols. The Ultimate Mail component also offers a comprehensive interface for SMTP, providing the developer with everything that he needs to incorporate email sending tasks in an application as listed below:
* Connect to standard SMTP server or secure SMTP server over TLS/SSL. It supports both Implicit and Explicit security modes
* Send bulk messages
* Send to relay SMTP server
* Quick send with static methods
* Submit to IIS SMTP queue
* Support PIPELINING
* Delivery Status Notification (DSN)
* Obtain mailbox information
* ESMTP authentication with LOGIN, PLAIN, CRAM-MD5, DIGEST-MD5, NTLM, and Kerberos methods
Supports MIME and S/MIME
When designing the IMAP component, we mainly forcus on ease-of-use, performance, reliability, and flexibility. As a benefit, you do not need to have deep knowledge of how the IMAP protocol is implemented and how to read, encrypt, decrypt, sign and validate a message. IMAP component does all the hard works for you. The following is a list of some key MIME and S/MIME features:
* Load and save message from/into MailMessage object
* Supports multiple recipients with To, CC, and BCC headers
* Attach multiple files
* Encrypt, decrypt, sign, and validate email messages easily
* Extract attachments from MS-TNEF (winmail.dat) files
* Import HTML file or web page into e-mail
* Forward message as attachment
* Base64 and Quoted-Printable
* Fullly support creating and displaying HTML messages with embedded resources such as Image, source, etc. in your applications
Security and Reliability
The Ultimate Mail component provides industry standard security using the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. Our components support strong, commercial grade encryption, and we do not rely on any third-party toolkits which have licensing restrictions or are encumbered by patents. By setting a single property or option, the component automatically handles all of the complex certificate management, protocol negotiation and encryption for you. Even advanced options, such as using client certificates, are handled easily with just a few lines of code.
Supports HTTP Connect, SOCKS4, SOCKS4A & SOCKS5 Proxy Servers
Ultimate Mail provides full support for Proxy Servers such as HTTP CONNECT, SOCKS4, SOCKS4A, and SOCKS5. By simply setting a few properties, you are able to download, upload, send, and manage email messages and mailboxes from POP3, IMAP, and SMTP servers through the desired proxy server, providing your application with the greatest flexibility and highest level of security available.
Support for IPv6, the next generation Internet protocol
IPv6 (Internet Protocol version 6), the next-generation protocol designed by the IETF (Internet Engineering Task Force), will gradually replace the current version of the Internet Protocol, IPv4.
With Ultimate Mail Component, users have an integrated service assurance solution that will provide them with Mail, and Proxy capabilities in mixed IPv4 and IPv6 environments. This helps organizations with the adoption of and the transition to IPv6 by making the management of such networks seamless.
.NET Technology
By using 100% managed code written in C#, the Ultimate Mail component takes advantage of the numerous built-in features of the .NET Framework to enhance performance, moreover, the component is CLS compliant, and it does not use any unsafe blocks for minimal permission requirements.
Supports many .NET Platforms
Ultimate Mail Component for .NET supports the following platforms:
* Windows Forms
* Web Forms
* Web Services
In addition, it is also possible to use the component in PowerShell - Microsoft’s new command console and scripting language.
Ultimate Mail is fully compatible with Visual Studio 2005 and Visual Studio 2008, as well as upcomming release of Visual Studio 2010. As a benefit, you are always up-to-date with Microsoft's Technologies when using our products.
Supports event-driven (Asynchronous) and blocking (Synchronous) Design
Most applications written with the Mail component will be synchronous. Synchronous method gives you the ease-of-use, but it can only returns the control back to the caller after it has finished, meaning that it blocks the execution of the caller for a period of time. Using synchronous method is recommended when you only need to execute one Mail operation at a time.
You might decide that your design requires an asynchronous operation when it is needed to manage email messages simultaneously. Asynchronous methods provide a great deal of power. Asynchronous method is executed on a thread separate from the calling thread. Such operation is useful when an Mail operation is time consuming and other codes need to execute without waiting for the initial operation to complete. In addition, the user interface will be most responsive when asynchronous methods are used.
Flexibility
The Mail component has been designed with a great degree of flexibility and can be used with a wide variety of programming languages and different types of development environments. Available as a managed .NET class, it is fully supported by languages such as Visual Basic, Visual C#, J#, Managed C++, Borland C# Builder, and Delphi.
Fully Documented
As important as functionality, features and stability are, comprehensive documentation is equally as important to the application developer. This is why the ComponentSoft Mail for .NET product includes a Developer's Guide and a complete Technical Reference which documents every property, method and event supported by the component. A printable version of the documentation is included with the product, as well as context-sensitive online help which can be accessed directly from within the development environment.
Lots of complete Mail client samples in VB.NET, C#, and ASP.NET
In addition to the fully documented Developer's Guide and a complete Technical Reference, Ultimate Mail component also includes a number of samples with full source code which help you to become familiar with the features of the component and provide code which you can re-use in your own applications. The setup package contains three complete Mail client applications: Mail Console Client, Mail WinForms Client, and Mail WebForms Client.
Royalty-free
ComponentSoft understands today's software development requirements which often require support for multiple operating systems and different programming languages. As with all ComponentSoft components, the product is licensed to a single developer, and applications built using the Mail component can be redistributed to as many end-users as needed without additional royalties or runtime licensing fees. Developers are also permitted to install the product on different development systems as long as they are the only one using it and there is no chance that it can be used by more than one developer at the same time.
Ultimate Mail Component 100% CLEAN Certification
Ultimate Mail Component has been tested by Soft82.com team against viruses, spyware, adware, trojan, backdoors and was found to be 100% clean. Our editors will recheck this software periodically to assure that it remains clean.
View Antivirus ReportNew Components & Libraries Software
OWLNextMay 25, 2012A modern update and extension of Borland's Object Windows Library for writing GUI apps |
Comm Operator PalMay 25, 2012A free tool to test and debug RS232 devices that communicated with serial port, TCP/IP, UDP and |
|||
Witzend Thumbnail Image ViewerMay 24, 2012Accurately displays miniature thumbnail renderings of graphics files |
PyBCIMay 23, 2012Create a Brain Comp. Interface (BCI) and herewith to get EEG data online |
|||
TMS Panels PackMay 23, 2012A collection of panels, containers & tabs to make your applications stand out from the rest |
SWI-Prolog PortableMay 22, 2012A comprehensive Free Software Prolog environment, licensed under the Lesser GNU Public License |
|||
Nevron User Interface for .NETMay 22, 2012Professional User Interface component suite for Windows Forms applications |
CalibreMay 21, 2012E-book library management application |
|||
ShareWatcherMay 21, 2012ShareWatcher logs and notifies you when others access your shared folders |
IntelliJ IDEAMay 21, 2012A code-centric IDE focused on developer productivity |
|||
Scikit LearnMay 17, 2012scikits.learn is a python library for machine learning |
Fast File Download ActiveXMay 17, 2012An ActiveX component(ActiveX control) that can fast download files from the Internet |
|||
.Net GridMay 17, 2012Productive and robust hierarchical grid with one of the best object models |
Excel to PDF .NetMay 17, 2012A standalone component which allows any .Net application get professional export of Excel XLS files |
|||
Virtual 8085May 16, 2012A tool which enables students to run programs written in 8085 assembly language |
dbExpress driver for MySQLMay 16, 2012A driver that provides fast access to MySQL databases. |
|||
GUI Design Studio ExpressMay 16, 2012A graphical user interface design tool for Microsoft Windows |
PG4UWMay 15, 2012Common control program for Windows for all ELNEC programmers |
|||
dotConnect for Oracle Express EditionMay 15, 2012An enhanced ORM enabled data provider for Oracle that builds on ADO.NET |
Wireless Communication Library MFC DeveloperMay 15, 2012Powerful C++ SDK which expands your applications with Bluetooth, IrDA, WiFi and Serial |
|||
Last 7 Days Most Downloaded Components & Libraries Products
Aircrack-ng GUI166 downloadsThis is mainly just an interface tweak for Aircrack-ng |
Microsoft Visual C++ 2008 Redistributable Package57 downloadsInstalls runtime components of Visual C++ Libraries required to run 64-bit applications developed... |
|||
ActiveX Download Control43 downloadsSupport BreakPoint download,a client ActiveX control easy to realize the download batch files from... |
Windows Std Serial Comm Lib for C/C++36 downloadsSerial communications component C++ (.NET) library for serial/usb port programs |
|||
C++dbc34 downloadsA library to help you with database management. |
Windows Imaging Component32 downloadsProvides WIC-enabled applications to display and edit any image format |
|||
Microsoft Visual C++ 2010 Service Pack 1 Compiler Update for the Windows SDK32 downloadsRestore the Visual C++ compilers and libraries that may have been removed |
Grasshopper27 downloadsA Subversion reporting tool |
|||
Quake I port for Nokia Series 60 src26 downloadsQuake I port for Nokia Series 60 source code |
Calibre26 downloadsE-book library management application |
|||
All Time Most Downloaded Components & Libraries Products
Aircrack-ng GUI16,025 downloadsThis is mainly just an interface tweak for Aircrack-ng |
Microsoft Visual C++ 2008 Redistributable Package31,678 downloadsInstalls runtime components of Visual C++ Libraries required to run 64-bit applications developed... |
|||
ActiveX Download Control22,267 downloadsSupport BreakPoint download,a client ActiveX control easy to realize the download batch files from... |
Windows Std Serial Comm Lib for C/C++11,502 downloadsSerial communications component C++ (.NET) library for serial/usb port programs |
|||
C++dbc16,737 downloadsA library to help you with database management. |
Windows Imaging Component35,573 downloadsProvides WIC-enabled applications to display and edit any image format |
|||
Microsoft Visual C++ 2010 Service Pack 1 Compiler Update for the Windows SDK3,645 downloadsRestore the Visual C++ compilers and libraries that may have been removed |
Grasshopper1,765 downloadsA Subversion reporting tool |
|||
Quake I port for Nokia Series 60 src7,846 downloadsQuake I port for Nokia Series 60 source code |
Calibre5,759 downloadsE-book library management application |
|||

