View Single Post
  #2  
Old August 19th 08, 02:27 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Programmatically C# add shortcut OL2007

If you get the OutlookBarShortcuts collection it has an Add() method that
lets you add a new shortcut to the collection. See the Outlook VBA Object
Browser for information about that method.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Paulem0071" wrote in message
...
Anyone have an example of how to add an Outlook 2007 shortcut
programatically
with C#

Have tried to get to it via this.ApplicationObject.ActiveExplorer.Panes
with
no luck.

I have identified the OutlookBarShortCut object, but not sure how to apply
it.


Thanks a lot


Ads