Well, imagine you have a set of messages with conversationIndex (CI):

msgA: CI=A
msgB: CI=B
msgC: CI=AC
msgD: CI=ACD
msgE: CI=BE
msgF: CI=ACF

The threading looks like:

+msgA
|-+msgC
| |--msgD
| |--msgF
+msgB
|--msgE

-----Original Message-----
From: Reinfeldt, Matt [mailto:[EMAIL PROTECTED]]
Posted At: Tuesday, January 28, 2003 3:55 PM
Posted To: perl-win32-admin
Conversation: Win32::OLE Question
Subject: Win32::OLE Question


Hi Folks,

I've been knocking my brains out on this, and am hoping you all will have
some input.  I need to parse through some Outlook Public Folders and dump
the e-mails stored in them into a different system (mysql based forum
software).  I've finally gotten the script to grab all the e-mails from the
public folders working (I can share if anyone wants it).  My main issues is
how to use the ConversationIndex and ConversationTopic values to properly
thread the messages.  

I have searched high and low, but can find no information on how to group
ConversationIndexes... I found some info on MSDN saying that each
ConversationIndex adds a timestamp in hex format to the next one in line...
but no info on how to use that for showing relationships.

Does anyone have any ideas?

Thanks for your time and effort!

Matt Reinfeldt 
Support Solutions Team - U.S. Cellular 

_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to