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. |