You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pffexport skips over items of type IPM.SkypeTeams.Message unless in debug mode - the output of which is difficult to parse.
I assume it skips over these items because it doesn't know how to parse this type of message. If so, would it be possible to add it?
My end goal is to extract the Teams messages and reconstruct the conversation threads. When viewed in Outlook, these all appear as individual messages - devoid of any context.
The text was updated successfully, but these errors were encountered:
Attached is the output of one of the files the debug setting exported as well as a copy of one of the entries pulled out as an MSG file. The source is a PST archive of about 5 GiB that was exported from Office 365's compliance center.
We (the company I work for) have a use case that would benefit from additional context. I export individual messages into a large pivot table using pandas now but would like to get more context so I can sort them into conversations.
pffexport skips over items of type IPM.SkypeTeams.Message unless in debug mode - the output of which is difficult to parse.
I assume it skips over these items because it doesn't know how to parse this type of message. If so, would it be possible to add it?
My end goal is to extract the Teams messages and reconstruct the conversation threads. When viewed in Outlook, these all appear as individual messages - devoid of any context.
The text was updated successfully, but these errors were encountered: