How to get the format of mail in outlook2000?(VC)

  • Thread starter Thread starter hostran
  • Start date Start date
H

hostran

Hi

In Outlook2002 I can use the function OlBodyFormat fmt;
get_BodyFormat(&fmt);
but in Outlook2000 I can't use OlBodyFormat, then how can I get the format
of mail in Outlook2000 ?

Thanks in advance.
 
You can access PR_MSG_EDITOR_FORMAT (0x59090003) property using Extended
MAPI/CDO 1.21/Redemption (but not using Outlook Object Model).

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top