Parse msg files

俊杰 黄 21 Reputation points
2022-07-05T05:55:43.397+00:00

I now need to parse and classify msg. At present, I know that this is an ole compound file, and I have parsed the data according to the obtained directory stream. But there are also some control characters in the data, I wonder if there is a way to know which bytes are control characters. Or there is a problem with my data parsing

Community Center Not monitored
{count} votes

Accepted answer
  1. Robert Sparnaaij [MVP] 1,816 Reputation points MVP Volunteer Moderator
    2022-07-05T09:01:48.497+00:00

    Which method are you using exactly? There is no need to go this route. You can read msg-files directly via the NameSpace.OpenSharedItem method.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.