View Single Post
  #2  
Old July 16th 07, 01:22 PM posted to microsoft.public.outlook.program_vba
_-Andy-_
external usenet poster
 
Posts: 10
Default Reading Pane in vba

It seems that i found it
If Explorers.Item(1).IsPaneVisible(olPreview) = True Then

That's at least one possibility.
I use this for a locking mechanisme for files in public folders in
outlook.
But it locked also in preview mode :s
no it doesn't
but i can't lock it anymore now :s
It's in the event ReadAttachment
Is there an Event DoubleClick??


On Jul 16, 1:07 pm, _-Andy-_ wrote:
Hellow,
I want to check if the ReadingPane is On in vba.
How can i do this?
i found a method ShowReadingPane but i can't find an example on how to
use it.
It's supposed to be a part of a Tableview?
Anyone has some suggestions?
Thanks in advance



Ads