In this release I have incorporated two new functions to help with recipients (To/CC/BCC) and groups/distribution lists:
- getAllRecipientsAsync() – helps you by getting all the unique recipients on the To/CC/BCC lines. It returns two lists in the callback:
- A list of standard users
- A list of groups
- splitGroupsAsync() – accepts an array of groups (or Distribution Groups) and expands them to a unique set of users.
I have also corrected a few small bugs, like one with MailBoxUser (where Address was incorrectly JSDoc’d as Email).
I have also included a minified version of the library. So you can access easyEws.min.js in your code to reduce the download.
You can access it from:
- My GitHub: https://github.com/davecra/easyEWS
- Or via NPM: https://www.npmjs.com/package/easyews