Fixed font Subject: Not able to read outlook message body
Author: sathish.kulal@gmail.com Date: 08 Apr 2009
References:
I am not able read the outlook 2007 message body with using mAPI .


code snippet :

#define AU_PR_HTML_TAG PROP_TAG(PT_BINARY, 0x1013)

m_headerData["Body"] = GetISubStgAsString
(m_pStorage,AU_PR_HTML_TAG);


please let me know what is the problem with this code.

Note : same code is working fine with 2003 outlook messages

thanks and regards
Sathish Kulal