problem with parent.parent

tvr

Joined
Mar 27, 2012
Messages
1
Reaction score
0
I am trying to find the folder tree of an Item that was opened from a hyperlink message in my Inbox. In my test item, the folder tree is A->B->C (which does exist). In the Item_Open event handler, if I look at Item.parent, it shows "C". If I look at Item.parent.parent, it shows "A" (I expected "B"). Is this a correct functionality? It would seem this should be returned by Item.parent.parent.parent instead. Somehow a generation was skipped. I want to be able to find "B" but can't find a way to do it.
(BTW, I am using Redemption).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top