History folder in API?

Does anybody know if one can tell if a ITreeControlItem is a history folder without resorting to using the text name of the folder? Using c# I can iterate the ITreeControlItem and output the type but I just get the incredibly unhelpful "System.__ComObject".

I need to ignore the History folder when iterating so my thought is that perhaps it has a type I can check for. Using folder name may lead to including it if it gets renamed.