Thanks for this clue.
No other (free if possible) solution ?
=?Utf-8?B?Unlv?= <Ryo@discussions.microsoft.com> wrote in news:12498DAC-
569E-4ACB-90C6-72EB480C1734@microsoft.com:
> Thanks for this clue.
> No other (free if possible) solution ?
Yup -- search the archives of this group and mapi-l for a bunch of other
people who've asked this before, but to summarise, a .msg file is just a
structured storage, so you'd use IStream and IStorage, or whatever the CLR
equivalents are. Use DocFile viewer to poke around and you'll get the
idea, it's just a bunch of streams, one per mapi property.
-- dan
frank1951@lycos.com - 29 Oct 2006 21:15 GMT
There is a free solution for reading the fileproperties: dso (from
microsoft).
To get the emailproperties written in these fileproperties, you can use
MailToFile (not free, but very cheap). This Outlook add-in saves e-mail
as a msg file and includes all e-mail information in the fileproperties
as well. You may read these properties by right click, choose
properties.
See www.MailToFile.com/en/
Using DSO is not a problem for you?
Dan Mitchell schreef:
> =?Utf-8?B?Unlv?= <Ryo@discussions.microsoft.com> wrote in news:12498DAC-
> 569E-4ACB-90C6-72EB480C1734@microsoft.com:
[quoted text clipped - 8 lines]
>
> -- dan