eMail Wizard Toolpack - ActiveX (.NET Ready) - V3.0

by Seekford Solutions - Product Type: Component / ActiveX OCX / ActiveX DLL / ASP

Screenshot of eMail Wizard Toolpack - ActiveX  - V3.0Send and receive email quickly and efficiently, even using SSL. eMail Wizard Toolpack allows you to use SMTP and POP3 servers easily. Send HTML mail, attachments and more. Also receive and decode emails and get the attachments and html bodies. You can also encode and decode base64, uuencode, yenc, URL, SHA-1, MD-5, Quoted-Printable, and Binary to Hex. You also get support for MIME or MultiPart Internet Messages. This Toolpack comes with MIME Wizard, SMTP Wizard SSL, POP3 Wizard SSL, and Encoder Wizard.

From
$333.12
Price in

Our regular prices are shown below. Please logon to see your discounted prices.

eMail Wizard Toolpack V3.0

Add to Cart $ 333.12 1 Developer License Download (4.8 MB)
Add to Cart $ 669.12 4 Developer Team License Download (4.8 MB)
Add to Cart $ 1,149.12 8 Developer Team License Download (4.8 MB)
Add to Cart $ 1,629.12 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) Download (4.8 MB)
Add to Cart $ 199.87 1 Developer Upgrade License from previous version Verify Download (4.8 MB)
Add to Cart $ 144.06 Single Incident Priority Support License Download (29 KB)
Add to Cart $ 487.06 1 Annual Priority Support License Download (29 KB)

Seekford Solutions Platinum Subscription

Add to Cart $ 977.06 1 Developer License Download (15.9 MB)

This product is available on the GSA Pricing ScheduleOur 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 above including volume licensing and previous versions.

Our regular prices are shown above. Please logon to see your discounted prices.

Email Wizard Toolpack is a collection of four controls that will let you send and receive electronic mail quickly and efficiently. It is a subset of the IP Wizard Toolpack

  • POP3 Wizard SSL allows you to receive mail from any POP3 server. It even has a special Message object which allows you to interpret the message, read the headers, and even save attached files. Also lets you easily get the HTML or Plaintext body of a message. You are also able to communicate using SSL so that hackers can't read your messages
  • SMTP Wizard SSL gives you control over sending messages. With the special SMTPMessage object, you can modify headers, set the message body, and even attach files. It now has the easy capability of sending HTML messages as well as the traditional plain-text messages. You are also able to communicate using SSL so that hackers can't read your messages
  • Encoder Wizard allows you to encode and decode text from and to Base64, Quoted-Printable, UEncode, yEnc, URL, SHA-1, MD-5, and Binary 3 Hex. You can use this to encode your own custom messages and have it in a proper format for transmission through email gateways. Except for the digest algorithms (which are one-way), Encoder wizard can also decode all the data back to its original form
  • MIME Wizard allows you to create and parse MIME messages with an easy to use object model. Using the standards for MultiPart Internet Messages you can build simple or complex messages

This toolpack not only gives you all you need for email functionality, it also provides an economical way of getting your project going quickly with a high ROI. This toolpack saves months and months of man hours not to mention the debugging nightmares with non compliant servers that Seekford Solutions have already encountered and handled.

This control works with any ActiveX container and even works in ActiveX scriptable languages such as VBScript.

SMTP Wizard SSL V3
SMTP wizard SSL v3 allows you to be able to access an SMTP server with minimal knowledge of how SMTP works and very little code. There are many features for simplifying tasks of accessing and utilizing an SMTP server. The control talks directly with the SMTP servers and completely bypasses MAPI and any of the problems that MAPI has.(i.e. Security dialogs and other nuisances)

SMTP Wizard SSL v3 allows you to:

  • Be used in a scriptable language such as VBScript
  • Use Secure Password Authentication for logins
  • Utilize the features of ESMTP
  • Get the server abilities
  • Send very large messages
  • Verify that each recipient is valid, otherwise choose whether to proceed
  • Use every command that SMTP protocol supports.
  • Comes with SMTPMessage object which makes creating an RFC 833 compliant message incredibly easy
  • Custom headers and values
  • Multiple TO , CC and BCC recipients
  • Add file attachments
  • Communicate over secure channels when talking to a SSL enabled server
  • Send HTML and regular plain-text messages
  • Send the messages Asynchronously freeing your application to do other work
  • Plus more

Simple Mail Transport Protocol Wizard lets you send mail with ease. The SMTPMessage object gives you quick access to building a message, adding files to it, and sending it through a mail server.

Your project can easily send out email notifications, error reports, customer responses, and a whole lot more.

This control works with any ActiveX container and even works in ActiveX scriptable languages such as VBScript.

POP3 Wizard SSL V3
POP3 wizard SSL allows you to be able to access a POP3 server with minimal knowledge of how POP3 works and very little code. There are many features for simplifying tasks of accessing an POP3 server.

POP3 Wizard SSL allows you to:

  • Be used in a scriptable language such as VBScript
  • Get Drop Listings
  • Find out how many messages are there without downloading anything
  • Use Secure Password Authentication for logins
  • Get Scan listings
  • Get Full messages or just the headers
  • Get the Unique Identifiers for messages
  • Delete messages
  • Use every command that POP3 protocol supports.
  • Secure Socket Layer(SSL) Channel Encryption Supported
  • Plus added features for parsing headers of messages.
  • HTML, PlainText Body parsing
  • Save attachments and messages to disk

The Post Office Protocol v3 Wizard allows for a great deal of control over your messages. You can download messages and quickly access the key features of them you want, like grabbing those file attachments.

This component makes it easy for you write a program that incorporates watching a mail drop for specific information, receive sent files and data, and much more.

This control works with any ActiveX container and even works in ActiveX scriptable languages such as VBScript.

MIME Wizard V3
MIME Wizard gives you the power of both creating and parsing Multipart Internet Messages. The object model breaks down the format of the message into easy to manage parts. You can easily and quickly make a MIME compliant message that has attachments, or the text/html alternative view. It easy to create whatever message you need as well as read them back. You can read in other MIME message and quickly and easily extract the data you want since it gets broken down into its parts automatically.

This control has many features and a good design which facilitates in the implementation of your needs with little effort. It pays for itself almost immediately saving you the pain and hassle of having to write a great deal of code to handle the intricacies of the format standard.

Encoder Wizard V3
Encoder Wizard is a collection of two ActiveX (ocx) controls, Encoder Wizard and Decoder Wizard. These two controls allow you to fully support the Base64, Quoted-Printable, UUEncode, yEnc, MD5, URL, SHA-1, and Binary 3 Hex encoding methods. You can Encode and Decode data quickly and intelligently.

  • Base 64 is the Encoding Method usually used for Binary files in MIME messages. It is also used to encode data for special characters across telnet connection to certain servers
  • Quoted-Printable is used to encode text for transmission across certain mail servers. It is also commonly used in MIME messages
  • UUEncode is the data encoding mechanism used by Unix systems for encapsulating binary data so that it can transported safely across network connections
  • yEnc is a recently created encoding method that is now used a lot in newsgroups since it is significantly more efficient for data storage than the UUEncode format. yEnc takes advantage of being able to use 8 bit encoding as opposed to the more restricted form of 7bit encoding used by UUEncode
  • MD5 is a message digest hash algorithm that is used for validation and verification of message integrity. It creates a highly unique 16 byte (138 bit) digest from a set of data that is almost impossible to recreate without the same exact input data
  • URL encoding is used by Web servers to contain all types of data for transmission through the http protocol. It is generally used to encode url access specifiers and form post data values
  • SHA-1 is another highly secure message digest algorithm used by the United States Government. It is now a publicly open algorithm which uses a 160 bit or 30 byte digest. The hash from any set of data less than 3^64 bytes in length provides a unique hash that is only creatable by the unique byte order
  • Binary 3 Hex is a conversion process that converts binary data to a hex string representation of that input data. This allows for conversion from and to the most common transmission of digest strings and other such data. It is a also an effective way of transmitting binary data to a string storage mechanism in a safe way since it only uses the characters 0-9 and a-f

Encoder Wizard and Decoder Wizard can manipulate these formats easily. Decoder Wizard also recognizes when a UUEncoded data file is read from a Unix encoder and properly reads the data. It also has the ability to parse the full content of multi-part yEnc encoded messages.

Seekford Solutions Platinum Subscription offers you the ability to use every ActiveX and .NET product Seekford Solutions has available. You get free upgrades, revisions, and any new products released while you have an active subscription. You also get free prioritized technical support. Each subscription lasts one year, renewable.


Support

Seekford Solutions Premier Support Plan provides access to Technical Support at a priority level. Your support request goes to the top of the list and your emails are handled first. You will receive much faster turn around for any support requests. Seekford Solutions will also provide sample code and implementation help upon request when you are a Premier Support license holder.

Product Search

Enter search words:

Development Savings

Read our White Paper on
calculating ROI

Lines of Code: 50,000
Person Months: 50
Labor Cost: $250,000

Functions Required:

Effort per 1,000 LoC:

Labor Cost per Month:

Award