bbottema / outlook-message-parser

A Java parser for Outlook messages (.msg files)
76 stars 35 forks source link

Make field properties of class OutlookRecipient public or implement getter for it #38

Closed t7l closed 3 years ago

t7l commented 3 years ago

I recently had a case where no mail addresses could be found in the address field of the class OutlookRecipient; instead I could find the address in the properties map, which is neither accessible nor has a getter. I would suggest to implement a getter method to be able to access this field for such cases.

bbottema commented 3 years ago

Well, there's a method to get all keys, then there's one to get one value for a key.