从项目创建 Outlook 链接
我正在使用 Microsoft.Exchange.WebServices
来处理某些公用文件夹及其项目。
我想创建一个指向特定项目 (Microsoft.Exchange.WebServices.Data. Item
),但我不知道如何获取它的路径。
比如:
var theLink =
string.Format(@"<a href=""outlook://{0]"">Click here</a>", item.XXXX);
有什么建议吗?
I'm using Microsoft.Exchange.WebServices
to work with some public folders and their items.
I would like to create a <a href="outlook://XXXX">View item</a>
link to a specific item (Microsoft.Exchange.WebServices.Data.Item
), but I can't figure out how to get it's path.
something like:
var theLink =
string.Format(@"<a href=""outlook://{0]"">Click here</a>", item.XXXX);
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于安全原因,这似乎不再可能了。
相反,我创建了一个指向 Outlook Web Access 的链接。
It seems to not be possible anymore to due security.
Instead I created a link to Outlook Web Access instead.