I can toggle the visibility of the Preview Pane with this code:
Application.ActiveExplorer.ShowPane olPreview, True
But can't figure out how to set the Preview Pane position between "bottom" and "right". Is it possible to do this with VBA?