我查询了windows search service,并在System.ItemUrl属性中找回了一个类似于此内容的URL
mapi15://{S-1-5-21-1517436256-507059763-2860835189-1002}/...
现在我需要在outlook中打开该URL。我在c#中尝试过Process.Start(url),但是弹出了这条消息。
有没有办法打开从windows搜索服务返回的mapi网址?我正在使用Windows 8.1和Outlook 2013.我也查看了this帖子,但这并没有解决我的问题。