I have now got a working version that uses MAPI to extract the properties form the msg file (note i even tryed it on a appointment item and it worked)
Please tell me whch one you prefer in the forum and also if there are any properties you wish me to add next (I will produce a list to show which version extract which properties as it will help me plan out what next).
Hi..
I have seen that a few people are downloading this project and i am intrested in knowing what properties it would be helpfull to add to the code (I will prepare a table of the known and unknown properties, for both versions soon). also I am looking for any feedback espicaly code sugestions as this is my first C++ project and some of it is a bit hard (like transulating the date formats in the non mapi version). ... read more
I now have a working MAPI version which creates a NULL MAPI session and opens the IMeasage, which gives me access to more properties. I will post this version as soon as i get the passing of the wchar *filename working. I will leave the old non mapi version for those who don't want to use mapi and also upload the mapi one..
P.S If any one knows of any implications of useing MAPI please let me know as i am new to all of this
Today i found out that above the properties stored in the file there might be a Imessage that should be able to be extracted and thus gain more access to more properties and detial.. but A few things need to be considered If I use Mapi then do I limit it use, and how to do it with out creating a Mapi Session/Profile
Ok.. I have upload my first working version of the code and add a basic we site.