我Microsoft.Exchange.WebServices
用来处理一些公用文件夹及其项目。
我想创建一个<a href="outlook://XXXX">View item</a>
指向特定项目 ( Microsoft.Exchange.WebServices.Data.Item
) 的链接,但我不知道如何获取它的路径。
就像是:
var theLink =
string.Format(@"<a href=""outlook://{0]"">Click here</a>", item.XXXX);
有什么建议么?