can someone explain to me in the simplest way, the difference between .GetRootItem, .GetParent, and .GetChildren? Particularly on the last two. I've read the microsoft documentation, but I couldn't get my head wrap around it. Thank you in advance!
.GetChildren will return all Items under the specified conversation.
.GetParent will return specified conversation's parent.
.GetRootItems will return conversation all root item.