PR_HTML_BODY is only used by Outlook 98/2000 in the IMO mode. Exchange
2000/2003 generates the PR_HTML property, but Outlook never uses it.
What Outook displays/updates is the RTF-encoded HTML in the
PR_RTF_COMPRESSED property.
See
http://www.outlookcode.com/d/formatmsg.htm for your options.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Sonal Gupta" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Guys,
> I am using OL-XP [SP3] on win 2k.
> For one addin, I have created a custom form IPM.NOTE.xxx
> On Item_close() of that form, am trying to use CDO to access MAPI
> properties and save them(coz otherwise it is throwin up that security
> dlg box).
> I also hav to get the items HTML body.Using Item.HTMLBody is again
> throwin the sec dlg box.
> So While accessin cdoPR_HTML_BODY (0x1013001e) am gettin the
> MAPI_E_NOT_FOUND error.
> Can any one temme whats missing???
>
> TIA
> S
>