How can I name a new Folder?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi!

I'm using AddStore method to create (or open) a new .pst file in outlook.
How can I give a unique name to the new folder programmatically? Outlook
names it automatically as 'Personal folders' which might be confusing. Also,
if I've opened a new .pst file, how can I retrieve the full path of that
particular folder? What property should I use?

-Marko Utriainen-
 
It will always display in the folder list as Personal Folders, nothing you
can do about that.

The path to the PST file you open using AddStore is the same path you used
to open the file in that method.
 
Back
Top