views:

547

answers:

2

Dear StackOverflowers;

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

+2  A: 

Hey!

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
+1 for right on the mark answer! also, someone with the creds should probably add two more flags of "outlook" and "ComAutomationFactory".
Otaku
A: 

RedCritter has a free SDK that allows you to run Silverlight Apps inside Microsoft Outlook. It also has extensions for Windows Desktop Search that also allow you to query the user's inbox. http://www.redcritter.com

Erika