index > Visual Studio Tools for Office > RSS categories

RSS categories


Can I see what categories an RSS post has using the object model or the UI?

It would be quite usefull to create Search folders or views based on categories from all subscribed RSS feeds.

// Johan




Regards // Johan
Johan Nordberg
Are you talking about Outlook 2007? RSS feed items use the IPM.Post.Rss message class and inherit all properties, including Categories, from the PostItem object.
Sue Mosher - Outlook MVP

I dont think the categories from the feed is stored in the Categories property of the Outlook.PostItem. Am I missing something or is there another way of getting the feed categories?




Regards // Johan
Johan Nordberg

Ah, you mean the categories that popular blog software assigns to items? Outlook rightly does not promote the <category> element in the original feed item XML, because the author's category structure might be at odds with the Outlook user's preferred category structure.

However, Outlook does store the complete XML for the item in a named property {00062041-0000-0000-C000-000000000046}. If it's small enough, you can get it with PropertyAccessor. However, we've seen problems with out-of-memory errors in B2TR with PropertyAccessor text properties as small as 14k, so it's not clear what "small enough" is going to mean.

Sue Mosher - Outlook MVP

Thank's again Sue!

Do you know where the feed URL is stored? If I know the feed for the item or items folder and the unique id of the feed item, then I could fetch the categories from the original feed.

It would be quite nice to create an UI that could map feed categories to my Outlook categories with a many-to-one relation. That way I could all known variants to map to a single category.

ps. Is there anything you don't know about Outlook?




Regards // Johan
Johan Nordberg

Re: the feed URL, see my reply to your post at http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=811322&SiteID=1.

There's a lot I don't know about Outlook, but with the help of Outlook Spy, the other MVPs, and some great folks at Microsoft, we can figure out quite a bit.

Sue Mosher - Outlook MVP

What is Outlook Spy? Sounds like good tool. Is available for public download?




Regards // Johan
Johan Nordberg
Outlook Spy from http://www.dimastr.com is a brilliant third-party tool that makes it a pleasure to explore Outlook's internals. MFCMAPI.exe is a free tool from Microsoft that has some of the same capabilities, but not the elegance.
Sue Mosher - Outlook MVP
reply 8

You can use google to search for other answers

 

More Articles

What is the difference between between vba2003 and visual studio ...
Freeze Pane in VSTO2005
Inclue MS Word editor and toolbars inside my SmartClient app
Hiding Groups In A Tab
Outlook 2007 Ribbon Observations/Questions
Refresh of Data / Hiden Sheet VS New VSTO Model
Microsoft Office Document Imaging Issue
Switching to an existing instance of outlook and opening the cale...
Visio 2003 : Save as web page bug
Unable to move outlook add in code to other machine
Welcome to Bokebb   New Update   Joins the collection  
 

New Articles

question for Microsoft Office File Prope…
How to span columns selected in owc11 sp…
Switch between Actionpanes
create an excel workbook
outlook addins created with VB6
How to determine the type of the Outlook…
Rewriting the My.Blogs in C#
Does Microsoft Office InfoPath 2003 Tool…
Does the VSTO package come or not with C…
Word OCX Control
Getting XPath expression for an XMLNode
Programming Excel - Data Analysis and Re…
Can't open Office projects with VS 2005 …
Rpresenting ranges as nmbers
Excel - pivoted field accessUrgent :

Hot Articles

IBF Smart Tag won't activate in Word
Custom Properties in Outlook
formulae in Excel
Deactivating cursor in excel ?
in a web brouser navigation control i ne…
VSTO 2005 Beta2 ServerDocument sample in…
IFont functions appear in imported Excel…
Is MS CRM 3.0 Outlook support done with …
What do I need?
VSTO Deployment question - additional fi…
Type vbproj not supported by Visual Stud…
Outlook 2003?
Custom descriptions for UDF
Text in a Form Field?
ListObject

Recommend Articles

Office Word 2003 component in .Net 2005
Jobs on the VSTO and VSTA teams at Micro…
4 Lines C++ Code, How it is working?
(no symbols loaded for any call stack fr…
SplashScreen in a Word Application
strange behaviour with offline deploymen…
Rapping button bar items...
Upgrade a Combobox with queries list in …
Need Help Urgently Please
Excel Active Cell change event?
Make smart tag recognizer stop recognizi…
How to uninstall Outlook Addin
We shipped!!!!!
Good tutorial on VSTO
Create Buttons with a Loop and add an ev…