RoadRunnerOz
Programmer
My client runs a win 2000 Terminal server network with all applications on the server. They want me to interface with Outlook to add tasks, contacts,notes etc to Outlook but to any user's profile. I have no problem accomplishing this to the online users .pst file. So, assuming I can get user rights to all profiles can I add records to other pst profiles other than the one I'm in?
If I'm not clear:
User Jim is logged in
If I create an outlook object:
createobject("Outlook.Application"
This will use Jim's profile in c:\documents and settings\jim\application data\microsoft\outlook\outlook.pst I believe. So everything I add/modify will affect just Jim only
Can I access c:\documents and settings\Jane\application data\microsoft\outlook\outlook.pst somehow?
So with Jim logged in he needs to add tasks etc to Jane's profile?
createobj("Outlook.Application","FullpathToJanesProfile?"
?
They are also using MS Exchange, Visual FoxPro 7 , Outlook 2000 & Win 2000
Thanks in advance
Michael Ouellette
mouellette@compuserve.com
If I'm not clear:
User Jim is logged in
If I create an outlook object:
createobject("Outlook.Application"
This will use Jim's profile in c:\documents and settings\jim\application data\microsoft\outlook\outlook.pst I believe. So everything I add/modify will affect just Jim only
Can I access c:\documents and settings\Jane\application data\microsoft\outlook\outlook.pst somehow?
So with Jim logged in he needs to add tasks etc to Jane's profile?
createobj("Outlook.Application","FullpathToJanesProfile?"
They are also using MS Exchange, Visual FoxPro 7 , Outlook 2000 & Win 2000
Thanks in advance
Michael Ouellette
mouellette@compuserve.com