Sam

Results 2 issues of Sam

Getting an error in hfig/mapi/src/MAPI/Property/PropertyStore.php on line 155. ![Screenshot 2021-06-03 at 11 01 21](https://user-images.githubusercontent.com/44623107/120627022-26fb3f00-c45b-11eb-83ae-3c8ed301e8a4.png) A simple fix for now is to add a try/catch to the `parseNameId` function, and just...

I've come across an issue where the body is null after parsing a message, even though there is content. This results in methods like `getBodyHTML` throwing an error. ![body-issue-image](https://user-images.githubusercontent.com/44623107/124150214-46e94700-da89-11eb-9856-937c9b922dc8.png) ![Screenshot...