Hi all,
I am trying to to keep track of emails in outlook 2003.
I am building an outlook Add-In, with which i am storing mailitem properties
in database.
I am having one problem here is: "Is there a way with which i can collect
all replies to single mail together irrespective of users".
Thanking You all.

Signature
Sunil Sharma
Software Engineer,
Cybertech Systems and Software Ltd.
Dmitry Streblechenko - 29 Oct 2007 22:03 GMT
See http://www.outlookcode.com/codedetail.aspx?id=1714 for an example that
finds a parent item in the conversation.
In you case, you need to truncate the conversation index to 22 bytes (44
chars when accessed through the Outlook Object Model) and find all items
with the conversation index starting with that value.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
> Hi all,
>
[quoted text clipped - 7 lines]
>
> Thanking You all.