(imported topic written by mallika91)
I need to create new registry key by name "DelegateSentItemsStyle " in the below location and assign value 1.
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\12.0\Outlook\Preferences
I am trying the following key its not working.
regset "
http://HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\12.0\Outlook\Preferences
"DelegateSentItemsStyle"dword:00000001
In qna I got error like below.
Q: regset "
http://HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\12.0\Outlook\Preferences
“DelegateSentItemsStyle"dword:00000001”
E: The operator “delegatesentitemsstyle” is not defined.
Can anyone please sugest on this.
Thanks