P
Per
Hello,
I have a script for outlook that at the first time it is run it creates an
outlook profile for the user. this VBA script is for Outlook 9.0 and the
registry settings i do not recognize in Outlook 2007 (12.0)
since i am to upgrade this script for Outlook 2007 i need to know how to
create a profile in 2007 and where to put the registry settings.
This script that i did not wrote to start with has these keys: (for example)
CONST OMI_ACCOUNT_MANAGER_KEY = "HKCU\Software\Microsoft\Office\Outlook\OMI
Account Manager"
CONST OMI_ACCOUNTS_KEY = "HKCU\Software\Microsoft\Office\Outlook\OMI
Account Manager\Accounts"
These, i cant find in regedit with Office2007 installed. Can someone guide
me in the right directions with all this? Many thanks
I have a script for outlook that at the first time it is run it creates an
outlook profile for the user. this VBA script is for Outlook 9.0 and the
registry settings i do not recognize in Outlook 2007 (12.0)
since i am to upgrade this script for Outlook 2007 i need to know how to
create a profile in 2007 and where to put the registry settings.
This script that i did not wrote to start with has these keys: (for example)
CONST OMI_ACCOUNT_MANAGER_KEY = "HKCU\Software\Microsoft\Office\Outlook\OMI
Account Manager"
CONST OMI_ACCOUNTS_KEY = "HKCU\Software\Microsoft\Office\Outlook\OMI
Account Manager\Accounts"
These, i cant find in regedit with Office2007 installed. Can someone guide
me in the right directions with all this? Many thanks