Question

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

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top