Disable/lock reading pane

R

Ramazan

In outlook while opening encyryted mail in reading that was
message : "This item cannot be displayed in the Reading Pane. Open the
item to read its contents." and its context was locked.
I want to disable and lock reading pane for a custom type of mail.
How can i do this COM add-in?with c++?How can i get pointer of reading
pane?
Thanks in advance
Ramazan
 
D

Dmitry Streblechenko

Set the following named property (called internally SideEffects) and make
sure bit 0x2000 is set

{00062008-0000-0000-C000-000000000046}, 0x8510, PT_LONG


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

Ramazan

Set the following named property (called internally SideEffects) and make
sure bit 0x2000 is set

{00062008-0000-0000-C000-000000000046}, 0x8510, PT_LONG

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





- Alýntýyý göster -

Thanks Dmitry
its working.thanks for your reply
 

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