View Single Post
  #6  
Old July 29th 09, 10:00 AM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba,microsoft.public.platformsdk.mapi
escamoteur
external usenet poster
 
Posts: 147
Default How do I change the display name of a .pst store

Hi,

I just found Out, that if you only want to change the name, the user sees in Outlook for the new store, it's enough just to change
the "Name" of the Defaultfolder of the store.

Outlook.MAPIFolder rootFolder = (Outlook.Folder) AO_Store.GetRootFolder();
rootFolder.Name = "ArtistsOrganizer";


Tom

Ads