PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Program Addins How to get the format of mail in outlook2000?(VC)

Reply

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

 
Thread Tools Rate Thread
Old 04-12-2003, 07:14 AM   #1
hostran
Guest
 
Posts: n/a
Default How to get the format of mail in outlook2000?(VC)


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.


  Reply With Quote
Old 04-12-2003, 08:38 PM   #2
Dmitry Streblechenko
Guest
 
Posts: n/a
Default Re: How to get the format of mail in outlook2000?(VC)

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


"hostran" <lit@hostran.com.cn> wrote in message
news:%23Lgb5YjuDHA.2360@TK2MSFTNGP10.phx.gbl...
> 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.
>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off