outlook addin - Expand email distribution list -


i need expand (recursively) email distribution list in outlook 365. possible achieve using rest api?

as far understand can done using ews, i'd avoid complexity of working ews soap messages in javascript code.


Comments

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -

Sort a complex associative array in PHP -