View Single Post
  #2  
Old October 8th 07, 06:13 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default how to select a different users calendar when using VB script to create calendar dumping tool ?

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

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"mike" wrote in message news
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

Ads