Sicos1977 / MsgKit

A .NET library to make MSG files without the need for Outlook
199 stars 55 forks source link

Property PidLidReminderSet has wrong type #97

Closed ImKrian closed 1 year ago

ImKrian commented 1 year ago

Hello, thank you for this tool

I generated some appointments and tried to update the configured alert of the appointments to 5 minutes but I was unable to do so, the property ReminderSet is always set to FALSE.

I believe there is an error in the configuration of the PidLidReminderSet property in the file NamedPropertyTags.cs at line 2324. According to the documentation this property type is PT_BOOLEAN while it is currently configured as PT_LONG.

Sicos1977 commented 1 year ago

Fixed in one of the latest commits