Search code examples
c++outlookbatch-filedbx

Open a DBX and BAT Outlook Files


Hi guys I need to read some email from outlook in a C++ program, after that based on the content of email, I'll decide to reply or not.

I suppose I need to open Dbx outlook files, but how?

thx


Solution

  • DBX files are Jet Blue ESE database files You can find the documentation here:

    Or you may find it easier to use the Outlook Express libraries directly:

    There currently appears to be a problem with the documentation, as all the interfaces state that they don't define any methods. However you can see all the methods in the left-hand-side of the scriptfree version.