I'm having an issue hopefully you would be able to help.
I am trying to read email subject.
I have an eml file. I open it via outlook. The initial subject is "ImageDownload".
Than I change its subject to "ImageTestDownload".
Than I save it as a new file with msg extension.
Than I am trying to open this msg file via MsgConverter passing path to file to constructor.
After that I create IMail object by converter's method CreateMessage.
The problem is that Imail object return me subject "ImageDownload". Not "ImageTestDownload".
If I open msg file in Outlook it shows the subject as "ImageTestDownload".
Limilabs Mail.dll version is 3.0.20007.1248
Link to GitHub repository
Eml and msg files are attached to console application project.
Looking forward to your feedback.