1

How/what is the best way to access a user outlook while out of browser in Silverlight ?

I'm looking for sample code to start making queries on a user e-mail box after the user installs a silverlight app.

I know this busts most if not all of the silverlight security sandboxes, but installing elevates the app trust to that of the user.

dr K

Todd Main
  • 28,951
  • 11
  • 82
  • 146
dr d b karron
  • 187
  • 2
  • 16

1 Answers1

3

Have a look at this tutorial:

http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2009/12/23/silverlight-4-grabbing-emails-from-the-outlook-inbox.aspx

Tony The Lion
  • 61,704
  • 67
  • 242
  • 415