Re: ConversationTopic question
- From: "Dmitry Streblechenko" <dmitry@xxxxxxxxxxx>
- Date: Mon, 14 May 2007 10:09:01 -0700
If you want to sort messages that have the same parent in the conversation
tree, you can sort them by any other property (sender name, ReceivedTime,
etc). You do not need (or event want) to extract that property from the
conversation index.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Calz" <kala.parameswaran@xxxxxxxxx> wrote in message
news:1179126054.529621.10050@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Since there could be two mails that cud be of the same parent and
hence have the same length.. Between them i need to sort depending on
time..
Dmitry,I always thought it wud be a tree.. But sorry for my ignorance
i am not quite clear as to what you meant by a flat list..
Thanks.
On May 11, 11:34 pm, "Dmitry Streblechenko" <dmi...@xxxxxxxxxxx>
wrote:
You don't need to know the time difference, only which message is the
parent (subtract 5 bytes and find a message with that exactconversation
index).
And this won't be a flat list, but rather a tree.
Dmitry Streblechenko (MVP)http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Calz" <kala.parameswa...@xxxxxxxxx> wrote in message
news:1178877387.750670.56100@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Mar 15, 11:34 am, "Dmitry Streblechenko" <dmi...@xxxxxxxxxxx>
wrote:
No, the prefix up to the point where it will split will stay the same,
but
each message will have a uniqueconversationindex, which is ultimately
related to its parent index.
Dmitry Streblechenko (MVP)http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Vlad Naulo" <a...@xxxxxxx> wrote in message
news:376eebe5311d4d8f84734e4e7983f1de@xxxxxxxxxxxxxx
Dmitry, I have a similar question.
So if the email thread gets separated into 2 or more threads, the
CONVERSATIONINDEX for both threads will stay the same?
Hi ,Thank you.
I am trying to group all the mails that belong to the same thread.. I
am able to do thatusingPR_CONVERSATION_INDEX. But i also need to
sort it according to the relative position in the message thread for
which i need to interpret the the time difference stored in the child
indexes.. Any pointer on how to do it? since the time difference
stored in the child messages are concatenated ones, any idea as to how
to interpret it..
Thanks.
.
- References:
- Re: ConversationTopic question
- From: Calz
- Re: ConversationTopic question
- From: Dmitry Streblechenko
- Re: ConversationTopic question
- From: Calz
- Re: ConversationTopic question
- Prev by Date: Re: customPropertyChange issue
- Next by Date: Re: Setting up new users via vb.NET
- Previous by thread: Re: ConversationTopic question
- Next by thread: Re: Setting From field programatically
- Index(es):
Relevant Pages
|