Preview pane question

D.Moore

Senior Member
Outlook version
Outlook 2016 64 bit
Email Account
Office 365 Exchange
Operating system::    Windows 11
Outlook version:     Oultook 365 Desktop
Email type or host:    exchange

Hi,

May I ask if possible to set outlook desktop preview pane position based on window size?

I mean if window is full screen/larger then x width, than set preview pane to the right, but IF half screen/smaller than y width, then set preview to bottom automaticall using VBA code.

Many thanks for your time and help in advance!
 
Hi D.Moore,


It’s not possible to directly control the preview pane’s position based on window size using VBA in Outlook. However, you might be able to achieve something similar by setting the window size and then manually adjusting the preview pane through the View settings. VBA doesn’t have built-in functionality for resizing panes based on window dimensions. You could also look into custom add-ins or third-party solutions that might offer more flexibility.


Hope that helps!
 
As the others said you can do it manually using VBA. I have not tried detecting the window size in a startup macro - but that won't help if you are changing the size when its open. (You can use a macro to run the startup and add it to the ribbon.)

If the issue is with 2 computers, exchange account (views sync between machines), a startup macro could set it for each Outlook. I actually might try that - my desktops have Outlook on its own 24" monitor. That is plenty of room for the classic ribbon opened and a wide reading pane. My laptop (4K widescreen) is only 13" and I'm constantly turning off the to-do bar so I can see mail (moving the reading pane won't help much.)

That said - Outlook can change the layout on really narrow windows - but once there is room for the folder list, message list, and peeks, the reading pane takes what's left. It won't move the reading pane position. My laptop resolution is too high for this to help me - the collapsing starts when the window is under 1100 pixels.
 
Similar threads
Thread starter Title Forum Replies Date
D Amazon and some other emails not showing in Preview Pane Using Outlook 10
R Call a Public Sub when a Flag is clicked on in the Message Preview pane Outlook VBA and Custom Forms 1
H What Controls what is shown in the preview pane Outlook VBA and Custom Forms 1
B Auto Preview Attachment in Inspector Reading Pane Outlook VBA and Custom Forms 1
J Copy email from preview pane with headers Outlook VBA and Custom Forms 4
Y (Shared Folder) Using the preview pane to open and close a fax, without opening the email itself Using Outlook 1
M How to get the preview pane handle, when it is created with menu c Outlook VBA and Custom Forms 1
Z Chaning MessageClass with Preview Pane Outlook VBA and Custom Forms 4
K Attachment Preview not Working Using Outlook 5
HarvMan January Windows 10 preview update force installs new Outlook Using Outlook 1
e_a_g_l_e_p_i Gmail in Outlook 2010 preview issue Using Outlook 4
P Categorise emails on sending - macro not working in Preview mode Using Outlook 1
T Outlook 2016 mp3 attach "this file cannot be preview because there is no previewer installed for it" Using Outlook 1
A OL16 C2R attachment preview fails Using Outlook 8
Z Importing PST files from Outlook 07 to Outlook mac Preview Using Outlook 1
I Outlook 2016 Preview Address Book Options Using Outlook 2
Diane Poremsky Outlook 2016 Preview Using Outlook 4
Diane Poremsky Disable Live Preview in Outlook and Word Using Outlook 0
Diane Poremsky New Office365 Feature: URL Preview in OWA Using Outlook 0
1Firefly Outlook 2013 Converstation preview does not show my last reply Exchange Server Administration 1
L Sort bar at top of inbox preview outlook 2013 Using Outlook 1
A Possible to modify people preview window? Using Outlook 1
B Outlook 2010 won't preview Office attachments Using Outlook 3
D Use Outlook 2003 embedded imaged cannot print from the mail preview list Using Outlook 4
M Estimated time in preview bar. Using Outlook 1
E Blank Print Preview when access via the Quick Access toolbar Using Outlook 3
K Outlook 2007 preview jpg files Using Outlook 5
E Preview of Form Region Outlook VBA and Custom Forms 4
P Outlook 2003 no longer opens "without" Folder List Showing in Navigation Pane Using Outlook 2
A OL24 Calendar folder pane too narrow Using Outlook 9
T Why do Outlook Desktop 2021 tasks from my wife's email show up in my task pane? Using Outlook 2
Z Automatically adjust Outlook Reading Pane from bottom to right depending on portrait or landscape window Using Outlook 1
J Increase read pane font size, but NOT image size? Using Outlook 3
S Navigation Pane Location And Options Using Outlook 19
S Folder Pane Colour Categories Using Outlook 6
C Can't Locate an Unread Message in my Outlook view pane Using Outlook 0
lcarpay Stay in the mail folder pane after ctrl-1 Using Outlook 1
bhamberg Shortcuts in Folder Pane (Outlook 2016) Using Outlook 19
D Outlook launch email showing new unread email in reading pane Using Outlook 11
D cannot view emails in View pane (in the right pane), I only see one line or nothing Using Outlook 21
e_a_g_l_e_p_i Outlook 2010 How can I change the font size on right side appointment pane Using Outlook 12
P Shortcut Pane - add shortcut to Office365 group mailbox Using Outlook 1
B Outlook 365 - Folder pane list clears Using Outlook 28
P Add, remove, & reorder folder pane Using Outlook 6
R Folder pane width change Using Outlook 90
W Outlook 2010 Reading Pane Slows Startup Using Outlook 3
C Custom Form (seperate layout pages and message reading pane) Outlook VBA and Custom Forms 0
C Reading Pane for Custom Form Outlook VBA and Custom Forms 2
llama_thumper Composingemails in reading pane Using Outlook 1
O Reading Pane safety Using Outlook 0

Similar threads

Back
Top