Link to home
Start Free TrialLog in
Avatar of davinder101
davinder101

asked on

How to create Outlook Express .dbx files using DAO

Hi,

      How to create Outlook Express .dbx files using DAO.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of davinder101
davinder101

ASKER

can we use CDO to create .DBX files ?

if not then how can we create .DBX files using c++
>>can we use CDO to create .DBX files ?
Don't know


>>if not then how can we create .DBX files using c++
Don't know

DBX - Never coded anything to do with outlook express.
DAO - used extensively.

DBX - Never coded anything to do with outlook express.

(.DBX files are generated by outlook express whenever we create a new mail folder in outlook express)


DAO - used extensively

means ?
>>means ?

I know a lot about DAO and have never heard (read) of doing what you asked in the question.



DBX files - I guessed it was a file generated by outlook express, the internal format/structure of which I do not know about.  AFAIK outlook express does not provide an automation (COM) interface so what you require is likely to be quite difficult unless there are third party tools available, or you study the DBX file structure and write the code yourself.

can you tell how to use msoeapi to create a .DBX file

according to my search and working i am able to log into the outlook express using msoeapi api and can access messages,edit or modify the message in outlook express.

but me not able to create a .dbx file.
do you have any idea about how to use msoeapi to create .DBX files.