DBX2XML Converter. Copyright (c) By iLYA




DBX2XML Converter



Description

This shareware COM-object exports email messages found in Microsoft Outlook Express DBX file into an XML file ones in line with latest W3C specifications. The DBX2XML object was created to make it easy for programmers to convert Outlook Express messages to their application's messages. It opens up tons of opportunities for development of handy gadgets sorting, searching, archiving email messages. International character sets are taken care of as the utility exports in Unicode.
Also, this COM-object can extract each email out and save these emails as .eml files in your specified folder.
Sample Code

Private Sub Command1_Click()
   Dim Dbx2XmlObj As Object
   Set Dbx2XmlObj = CreateObject("DBX2XML.MailConverter")
   Dbx2XmlObj.Dbx2Xml "C:\express.dbx", "C:\express.xml"
   Dbx2XmlObj.Dbx2Eml "C:\express.dbx", "C:\DestinationFolder"
End Sub

Download & register latest version of DBX2XML

Download trial version: DBX2XML 1.01 (146 Kb)

Download Sample VB project: DBX2XML VB Test Project (5 Kb)

How to get version without nag-screen?

Single license for commercial developers is $119. Registration link below:

Single developer license

Copyright (c) By iLYA, 2003