Disable/lock reading pane

  • Thread starter Thread starter Ramazan
  • Start date Start date
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
 
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
-
 
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
 
Back
Top