I used the code at the bottom of this post on a Windows XP desktop shortcut to an Outlook 2010 public folder.
The shortcut doesn't follow the full target path. It should go to All Public Folders > #East - West > Advertising > Request Forms. Instead it only gets to "All Public Folders".
The "%23" in the target path is the hexidecimal character code for the "#" symbol that is used in front of the word "East". %20 is the code for a space.
What else do I need to do to make this shortcut work?
TARGET:
"C:\Program Files\Microsoft Office\Office14\OUTLOOK.EXE" /select "Outlook://Public%20Folders%20-%20myusername/All%20Public%20Folders/%23East%20-%20West/Advertising/Request%20Forms"
START IN:
"C:\Program Files\Microsoft Office\Office14"
The shortcut doesn't follow the full target path. It should go to All Public Folders > #East - West > Advertising > Request Forms. Instead it only gets to "All Public Folders".
The "%23" in the target path is the hexidecimal character code for the "#" symbol that is used in front of the word "East". %20 is the code for a space.
What else do I need to do to make this shortcut work?
TARGET:
"C:\Program Files\Microsoft Office\Office14\OUTLOOK.EXE" /select "Outlook://Public%20Folders%20-%20myusername/All%20Public%20Folders/%23East%20-%20West/Advertising/Request%20Forms"
START IN:
"C:\Program Files\Microsoft Office\Office14"