Sicos1977 / MSGReader

C# Outlook MSG file reader without the need for Outlook
http://sicos1977.github.io/MSGReader
MIT License
490 stars 168 forks source link

Categories property returning null #283

Closed JarrettFritz closed 3 years ago

JarrettFritz commented 3 years ago

Describe the bug Categories that should be populated are returning null

To Reproduce Steps to reproduce the behavior:

  1. Apply a category on a msg
  2. read the msg file and read the categories

Expected behavior When the categories are not null, return a list of categories

Additional context Appears to be a duplicate of #256

Sicos1977 commented 3 years ago

Fixed, for some reason I reintroduced the same bug.

Sicos1977 commented 3 years ago

I just released a new nuget package with the fix in it