using SpeechLib;using System.Speech;
ISpShortcut shortcut = new ISpShortcut();
shortcut.AddShortcut("myAdress",1033,"123 Main, Anytown, ST. USA 12345",SPSHORTCUTTYPE.SPSHT_OTHER);
Any help would be appreciated.