Reputation: 247
I am trying to retrieve outlook message (.msg) properties using apache MAPIMessage API. I am able to retrieve other metadata like from, to , cc but when i am using getMessageDate method retrieve date it is returning null.
Any idea guys what might be the reason for this behavior?
Thanks and Regards Durgesh
Upvotes: 0
Views: 119
Reputation: 15882
Please check the version of POI that you are using, there was a similar fix applied in release POI 3.13, so you may solve this by upgrading to the latest version.
If that does not solve your problem, please open a bug-report for POI with a sample mail-message to allow the developers to take a look at the format of the mail-message.
Upvotes: 1