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

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.
 
D

Dmitry Streblechenko

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top