code to select Other Users Folder on open?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
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
 
Back
Top