Frage

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?

War es hilfreich?

Lösung

Here is the answer:

url = Item.PropertyAccessor.GetProperty("http://schemas.microsoft.com/mapi/id/{00062041-0000-0000-C000-000000000046}/8901001F")
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top