Correct .msg format

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an access database that has emails stored in a field as long binary
data, I have been able to extract the info to a file but it seems that maybe
some info is missing, as I cannot open it in Outlook, is there info that I
can get on the correct file format for .msg's. I noticed that the info from
the stored email is different to the version saved from Outlook. The database
is very large with lots of emails stored in it, I want to reduce the size so
as to improve performance, As I am not able to save each email manually (some
are deleted from outlook) I need to extract them correctly from the database.
If required I can submit an example, but it is ~40k in size.

Regards
Amiga1200
 
I don't know of any docs for that. Might be something on MSDN about MSG
format but I tend to doubt it. You'd most likely either have to use code to
save an email as an MSG and use that or spend a lot of time reverse
engineering the format from a saved MSG. Have fun.
 
Back
Top