如何从 Outlook 2007 IPM.Post.Rss 项目中提取查看文章 URL?

发布于 2024-11-15 16:45:07 字数 243 浏览 2 评论 0原文

每个 Outlook 2007 RSS 项目 (MessageClass = "IPM.Post.Rss") 都有查看文章... URL。如何提取它?我想我可以通过解析文本从 objItem.HTMLBody 或 objItem.Body 中提取它。但看起来这是不正确的方法 - 它不适用于非英语版本的 Outlook。此外,如果存在另一个具有相同文本的链接,它将无法正常工作。

还有其他方法可以获取这个网址吗?

Each Outlook 2007 RSS item (MessageClass = "IPM.Post.Rss") has View article... URL. How to extract that? I think I can extract that from objItem.HTMLBody or from objItem.Body by parsing the text. But looks like it is incorrect approach - it will not work with non-Eng versions of Outlook. Also, it will not work properly if there is another link with the same text.

Is there any other way to get this URL?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一枫情书 2024-11-22 16:45:07

这里是答案:

url = Item.PropertyAccessor.GetProperty("http://schemas.microsoft.com/mapi/id/{00062041-0000-0000-C000-000000000046}/8901001F")

Here is the answer:

url = Item.PropertyAccessor.GetProperty("http://schemas.microsoft.com/mapi/id/{00062041-0000-0000-C000-000000000046}/8901001F")
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文