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
|