OfficeDev / ews-managed-api

Other
584 stars 316 forks source link

Fix issue with parsing GetInboxRulesResponse #246

Closed st-abarker closed 1 year ago

st-abarker commented 4 years ago

When parsing GetInboxRulesResponse from XML, the namespace for the InboxRules element is not specified, which can cause problems with third party EWS store providers. Instead, look for InboRules using the messages namespace.