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: