I queried the windows search service and got back a url in the System.ItemUrl property that reads something like this
mapi15://{S-1-5-21-1517436256-507059763-2860835189-1002}/...
Now I need to open that url in outlook. I tried Process.Start(url) in c#, but that popped out this message.
Is there a way to open mapi urls returned from windows search service? I am using windows 8.1 and outlook 2013. I also looked at this post, but that didn't solve my problem.