如何从 Outlook 2007 IPM.Post.Rss 项目中提取查看文章 URL?
每个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里是答案:
Here is the answer: