문제

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