Owner of a store

  • Thread starter Thread starter Gabi Fruhner
  • Start date Start date
G

Gabi Fruhner

Hi,

there are some tools which can share PST and for my application I have to
find out who's the owner of a store.
I have NameSpace.Folder.EntryID and NameSpace.Folder.StoreID and I look for
a way to get Service of this folder (if PR_Service_Name = MSPST MS then i
think the CurrentUser must be Owner of this Store ???).
I'm bloody new in C++ and perhaps someone can tell me some steps to go the
right direction.

1. MapiInitailize(...

2. MapiLogonEx(... -> lpMapiSession -> ???
or
MapiAdminProfiles(... -> ???
or
???

3. a.s.o


Thanks

Gabi
 
I don't do C++ coding for Outlook but I think you will have to rethink your
method. Any PST file that is accessible can be opened by any Outlook no
matter who created the PST and who is currently running Outlook.
 
Back
Top