Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > Pro VB 6
|
Pro VB 6 For advanced Visual Basic coders working in version 6 (not .NET). Beginning-level questions will be redirected to other forums, including Beginning VB 6.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 7th, 2006, 11:02 PM
Authorized User
 
Join Date: Sep 2003
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to vb_programmer Send a message via Yahoo to vb_programmer
Default Problem in reading Outlook Express DBX files ...

Hello Forum Members;

I'm currently working on a project in which I need to extract Email addresses from Outlook DBX files. I'm facing little difficulty while doing this. The main problem in front of me is handling large files! Basically, I think my approach is to be refined. Currently, I read the DBX file line by line and then use RegExp to check if there is any string alike Email address string. If yes then I extract it to Listview otherwise move on to next Line.

When I observed the DBX file, there is some data on the top of file and then a stack of saved Email Drafts starts. I could not find the separator information used in DBX file by Outlook Express to parse and collect email message while loading those in Outlook Express Application. Can anybody please tell me the structure of DBX file? Do you know any code in Visual Basic 6.0 which is capable of reading Outlook Express DBX files? That will greatly help me. Any Links/Tips are welcome!

Waiting for your reply ...

Regards,

Ruturaj.
 
Old June 15th, 2006, 11:10 AM
Registered User
 
Join Date: Jun 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hello,
It's very difficult to understand Dbx file format. If you want more informations, fallow this link, but i'm not sur that's what you're looking for.
http://oedbx.aroh.de/index.html : Here you will find the structure.
But I think a vb, or c++, or vb.net solution would be better. That's why I'm trying too to find a solution with these tools.
If I find something, I 'll tell you.
(Sorry for my english which is very bad
)






Similar Threads
Thread Thread Starter Forum Replies Last Post
Reading Outlook PST Files in C# Qaisar C# 1 December 15th, 2010 05:57 AM
outlook express 6.0 wally Classic ASP Basics 1 August 16th, 2006 09:48 AM
Reading outlook message files RR General .NET 1 April 21st, 2006 05:42 AM
I have problem with outlook express 6.0 kspiderman Classic ASP Basics 1 June 21st, 2005 06:03 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.