問題タブ [distribution-list]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
email - Creating a Distribution List in Exchange that contains internal and external users
I need to create some sort of group/dynamic distro group/distro group/whatever in the Exchange Admin Centre where we can have internal and external email addresses included. This is my end goal, but I'm not sure how to accomplish it because:
- DDLs can't have manually added email addresses or include another DDL/DL
- Adding rules to a DDL uses "and" syntax, there's no "or" syntax so if you have two rules, a user has to match both criteria
- We can't keep creating a new attribute for every DDL and even if we did how the heck could we have someone be a part of two different DDLs if we used this model?