R
Rob Nicholson
I'm trying to write some macros to help people using public folder
favourites on Outlook 2003 - which are a real pain to get to: switch to
folder list view, scroll down, open lots of windows etc.
I know enough about the Outlook API to get a MAPIFolder and do
Outlook.ActiveExplorer.SelectFolder Folder. This works if the "Folder List"
view is selected first. Doesn't work if the "Mailbox" or "Calendar" view is
applied (or any other view).
How do you change the current view to the "Folder List" from VBA? I suspect
it's some method against ActiveExplorer but the problem with not doing
Outlook API stuff very often, is that I don't know the entire model.
Thanks, Rob.
favourites on Outlook 2003 - which are a real pain to get to: switch to
folder list view, scroll down, open lots of windows etc.
I know enough about the Outlook API to get a MAPIFolder and do
Outlook.ActiveExplorer.SelectFolder Folder. This works if the "Folder List"
view is selected first. Doesn't work if the "Mailbox" or "Calendar" view is
applied (or any other view).
How do you change the current view to the "Folder List" from VBA? I suspect
it's some method against ActiveExplorer but the problem with not doing
Outlook API stuff very often, is that I don't know the entire model.
Thanks, Rob.