I am hoping someone can help me, I have some code that I found to create short cuts in Outlook 2007 by editing the code and changing the text in red, this apparently should then show the web address in the shortcut tab of Outlook, but I am get an error as below.
Can anyone help at all.
Code:
outlook.ActiveExplorer.Panes.Item(“OutlookBar”).Contents.Groups.Item(1).Shortcuts.add “URL”,”Short Name”,1
PHP Code:
Run-Time error '-2147024809 (80070057)':
Could not complete the operation. One or more parameter values are not valid.
Shazz
x