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

  • Thread starter Thread starter mike
  • Start date Start date
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
 
Use the Namespace.GetSharedDefaultFolder method to return the Calendar folder from another user's mailbox.
 
Back
Top