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?

有帮助吗?

解决方案

Here is the answer:

url = Item.PropertyAccessor.GetProperty("http://schemas.microsoft.com/mapi/id/{00062041-0000-0000-C000-000000000046}/8901001F")
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top