code to select Other Users Folder on open?

N

Nick B

In Outlook 2003 it looks like if you select to view multiple calendars
side-by-side, when you close and reopen Outlook, it defaults back to just the
calendar of the mailbox. Does anyone know if there is a way to select
multiple calendars to view on open?

Thanks,
Nick
 
M

Michael Bauer

Hi Nick,

you could store the EntryID (maybe the StoreID, too) of the Recipient,
e.g. in the registry, read the values in Application_Startup, call the
GetSharedDefaultFolder method for each user´s calendar and display the
folders.
 
S

Sue Mosher [MVP-Outlook]

Note that the way to display the folder side-by-side is
Explorer.SelectFolder.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Top