To be able to get all the emails in a conversation, in order to obtain the e-mail in order, and so display them in the same way gmail displays. already thanks for listening. I tried this
Iseen = box.Search(SearchQuery.NotSeen);
UniqueIdRange idRange = Iseen as UniqueIdRange;
But UniqueIdRange is private and not know how I can get it.