View Single Post
  #7  
Old July 17th 07, 01:16 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Reading Pane in vba

The generic method is Explorer.ShowPane, e.g.

application.ActiveExplorer.ShowPane olPreview, False

Or, for a table view, set the ShowReadingPane property to False.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"_-Andy-_" wrote in message ups.com...
I use Outlook 2007
And i tried to disable the preview addin for some items but i get the
same effect.
The AttachmentRead event still gets triggered :s
https://msdn2.microsoft.com/en-us/li...ffice.11).aspx
If you need more info let me know

On Jul 16, 9:36 pm, "Sue Mosher [MVP-Outlook]" wrote:
Outlook version?


"_-Andy-_" wrote in ooglegroups.com...
I need something else
How can i turn the Preview (Reading) Pane off and on?
Again i need to know how to call the ShowReadingPane method :s
Anyone please?


On Jul 16, 2:22 pm, _-Andy-_ wrote:
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- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -



Ads