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

MAPI property has an unsupported type and can not be retrieved #267

Closed tester1a2b closed 3 years ago

tester1a2b commented 3 years ago

Concerning the closed issue #259:

Version 3.12.4: A lot of contact MSG files are causing the error 'MAPI property has an unsupported type and can not be retrieved' when trying to get a property from the contact.

In version 3.12.3 the problem does not occur: There I'm getting all the properties of the contact, except the email address - in this version the email properties are always empty!

I have attached an example msg file, which is causing the issue! testcontact.zip

Please help! Thank you!

Sicos1977 commented 3 years ago

I've added support for PT_MV_LONG properties in version 4.0

tester1a2b commented 3 years ago

Great, thank you very much!