Programmatically Set PreviewPane to Right/Bottom?

N

Nate Finch

Is there a way to programmatically set the preview pane in Outlook
2003 to show on the Right or Bottom? I know you can do
Explorer.ShowPane(olPreview), but that just shows or hides it, doesn't
control where it shows up. I need to be able to move it to the bottom
or right from code.

Also... is there any way to programmatically control what folders end
up in "My Contacts", 'My Calendars", and "My Tasks"? My add-in
produces a lot of folders that the user may not want in these lists.
Obviously the user can manually remove them, but I'd much rather they
didn't get put in there by default.

Any help would be much appreciated... code in VBScript or C++
preferred.

Thanks,
Nathan Finch
Software Engineer
Kubi Software, Inc.
 
S

Sue Mosher [MVP-Outlook]

Only by executing the corresponding menu command through CommandBars.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top