Reading outlook .msg files

  • Thread starter Thread starter Graham F French
  • Start date Start date
Graham F French said:
Hi Jay,

I don't know vb6 at all. It sounds strange, but I stared off with vbscript!
Then I moved to asp.net.

If you know VBScript, Vb6 wouldn't be a challenge, since vbscript could be
considered a subset of VB6...
 
Eduardo,
Based on the numbers you are showing, it appears that each MAPI Property is
stored as a separate Stream. Interesting!

http://msdn.microsoft.com/library/d...n-us/mapi/html/_mapi1book_mapi_properties.asp
__substg1.0_0037001E -> subject
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mapi/html/_mapi1book_pr_subject.asp

Of course the .msg format itself is not not documented by MS that I know of,
it may change use at your own risk. For example, the introduction of Unicode
and Contact items and such...

Thanks for the info!

Hope this helps
Jay
 
Based on the numbers you are showing, it appears that each MAPI
Property is stored as a separate Stream. Interesting!

You are right, and that makes it easier.
 

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