I am not wanting to transform my PST into default PST. I am interested on
the alias (E.g. Outlook - Today) name of the default MAPIFolder. I am
thinking if there is a way to add in the alias to my own PST without
transforming it into default PST. I want to display additional info about
my PST but not wanting to use the name property of the PST. Can it be done?
Why? You could certainly name the root of a .pst file Outlook Today -
Personal Folders, but if you do and that .pst file becomes the default
information store, then Outlook will show it as Outlook Today - Outlook
Today - Personal Folders, which is somewhat absurd.
Maybe you're not familiar with the concept of the default store?
Semut said:
Anyway to prepend that to my own PST through the code? Could it be some
hidden field or hidden prop that I could probably add it in through
extended MAPI and it will have such effect (alias) ? Anyone drilled into
that before? I have tried OutlookSpy, seems nothing special about the
folder
or someone can enlighten me?
thanks.
Semut said:
"Outlook prepends "Outlook Today" only when that store is the default
information store for the profile. "
Anyway to prepend that to my own PST through the code? Could it be some
hidden field or hidden prop that the I add it in through extended MAPI?
That's normal behavior. The folder name actually is Personal Folders.
Outlook prepends "Outlook Today" only when that store is the default
information store for the profile.
The Outlook default root MAPIFolder name "Outlook Today - [Personal
Folders]", when call the name properties in OOM, it will only return
"Personal Folders" only and not "Outlook Today - - [Personal Folders]"
Anyway to set my my own MAPIFolder name like the Outlook default
MAPIFolder
to have the alias?