Sicos1977 / MSGReader

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

Can keywords be written to a Message #419

Closed ppetersvx closed 2 months ago

ppetersvx commented 2 months ago

Is it possible to write one or more keywords (category / MapiTags.Keywords) to a message instance ?

There is currently only a readonly collection with the categories.

Sicos1977 commented 2 months ago

No that is not possible, if you want to make a new msg file with this in it than you need my other project called MsgKit