Accessing silverlight application throw outlook addin
-
Hi, I am working on an AddIn to the Microsoft Outlook Office. I have added an HTML Folder to Personal folders section in Outlook 2007. When I click on the folder, im redirecting to specified url. When I specify the internet application (both web and silverlight applications), its working fine. But If I specify an intranet silverlight application its not working. Its working for normal intranet web applications. Please let me know why it is not working for intranet silverlight applications only? here is the code.. Outlook.MAPIFolder newView = null; newView = (Outlook.MAPIFolder)inBox.Folders.Add("TUIPoC", Outlook.OlDefaultFolders.olFolderInbox); newView.WebViewURL = "http://...."; newView.WebViewOn = true; TUIPoC is the folder name that i have created. Please help me. Thanks in Advance,
AR Reddy
-
Hi, I am working on an AddIn to the Microsoft Outlook Office. I have added an HTML Folder to Personal folders section in Outlook 2007. When I click on the folder, im redirecting to specified url. When I specify the internet application (both web and silverlight applications), its working fine. But If I specify an intranet silverlight application its not working. Its working for normal intranet web applications. Please let me know why it is not working for intranet silverlight applications only? here is the code.. Outlook.MAPIFolder newView = null; newView = (Outlook.MAPIFolder)inBox.Folders.Add("TUIPoC", Outlook.OlDefaultFolders.olFolderInbox); newView.WebViewURL = "http://...."; newView.WebViewOn = true; TUIPoC is the folder name that i have created. Please help me. Thanks in Advance,
AR Reddy
AR Reddy wrote:
If I specify an intranet silverlight application its not working.
How is the Silverlight app hosted? Is it accessible from a regular browser?
Mark Salsbery Microsoft MVP - Visual C++ :java: