Has anyone got any code that can read an Outlook .msg file. I see there is a .net OutlookStorage.Message class, but really need something like this for Delphi.
Scalabium has a component that can read Outlook .msg files
Thanks.
Easy MAPI and Easy EWS from RAPWare is another option.
Use C# to write a DLL using the OutlookStorage.Message class, which you can use from Delphi?
Might be (another) opportunity to access python from delphi …