Outlook 2003:
I have a shared calendar and shared tasks lists on my Outlook Today page. This is done by customising the outlook today HTML with object code, picking up the public folders using their EntryID's.
The problem is that when outlook starts, the folders show up as blank placeholders on the page. The only way to get them to show is to "visit" the actual folders first, then return to the today page where they miraculously appear!
I have created a macro which "visits" the two folders in turn, but I'm unable to automate the "return" to the today page as it doesn't appear as one of vba's "default" folders.
Can anyone tell me...
1. if I can "connect" to the public folders without actually visiting them?
2. if I have to visit them (using VBA) how can I then automate the return to the today page?
3. how to automate a script on first starting the outlook application. (there doesn't seem to be an "Outlook_Open()" Procedure header in the dropdowns.
Many thanks
Guy
I have a shared calendar and shared tasks lists on my Outlook Today page. This is done by customising the outlook today HTML with object code, picking up the public folders using their EntryID's.
The problem is that when outlook starts, the folders show up as blank placeholders on the page. The only way to get them to show is to "visit" the actual folders first, then return to the today page where they miraculously appear!
I have created a macro which "visits" the two folders in turn, but I'm unable to automate the "return" to the today page as it doesn't appear as one of vba's "default" folders.
Can anyone tell me...
1. if I can "connect" to the public folders without actually visiting them?
2. if I have to visit them (using VBA) how can I then automate the return to the today page?
3. how to automate a script on first starting the outlook application. (there doesn't seem to be an "Outlook_Open()" Procedure header in the dropdowns.
Many thanks
Guy