Read contents of outlook

  • Thread starter Thread starter Qwert
  • Start date Start date
Q

Qwert

Hello,

I would like to read the contents ( mail ) of my outlook program. I assume
these messages are kept in the files "Inbox.dbx" and
"microsoft.public.dotnet.languages.vb.dbx".

Is there anyway to do this in VB.NET. Something like:

MyMessageCollection = OpenDBX( "c:\Inbox.dbx")
For Each Item in MyMessageCollection
Item.Sender
Item.Contests.
...
Next

Thanks.
 
100% DBX are for Outlook Express. MBX are for Outlook I think.

Are you wanting Outlook or Outlook Express?
 
Both please.

On internet:
"...it looks like the Outlook Express format is custom - meaning there is no
..NET provider for reading the file. ...you could write your own dataprovider
to read the file..."

Is it possible to find the data formats somewhere, of dbx and mbx?
 
I would like to know how to decrypt the DBX files too because I have written
an e-mail backup program for Outlook Express.

For Outlook, download the PIA's from here:

http://www.microsoft.com/downloads/...1E-3060-4F71-A6B4-01FEBA508E52&displaylang=en

Here is an article that should help you, but its not 100% what you need. You
can play around with the code to suit your needs:

http://support.microsoft.com/default.aspx?scid=kb;en-us;313795

Here's another that 'could' come in some use:

http://support.microsoft.com/default.aspx?scid=kb;en-us;313800

If you find out how to do anything in Outlook Express then Post it here.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top