Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. Accessing silverlight application throw outlook addin

Accessing silverlight application throw outlook addin

Scheduled Pinned Locked Moved WPF
htmlhelpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    AR Reddy
    wrote on last edited by
    #1

    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

    M 1 Reply Last reply
    0
    • A 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

      M Offline
      M Offline
      Mark Salsbery
      wrote on last edited by
      #2

      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:

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups