how to select a different users calendar when using VB script to create calendar dumping tool ?

M

mike

Hi

I am creating a tool to dump user calendars to csv files, i have it
working for my calendar. How do i get the mapi setup using
GetNameSpace to change from my folder to another users folder(it is
shared and accesable from outlook)

tia
mike
 
S

Sue Mosher [MVP-Outlook]

Use the Namespace.GetSharedDefaultFolder method to return the Calendar folder from another user's mailbox.
 
Top