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

MsgReader.Outlook.Storage.Message.Headers is null #270

Closed jedmonsanto closed 3 years ago

jedmonsanto commented 3 years ago

i wonder why the Headers property is when reading it from MsgReader.Outlook.Storage.Message, the e-mail saved from outlook with .msg extension

Sicos1977 commented 3 years ago

Ueh weird sentence... I asume you mean why the headers property is null when saved from Outlook?

The header property is only set when an e-mail is sent outside of the company accross the internet. When the mail stays inside the company (on the Exchange server) then the header is empty.