Forum Discussion
Mike Koch
Jan 05, 2023Copper Contributor
automatic reply from distribution group using shared mailbox
The business asked me to configure an auto-reply from a distribution group (which I understand is not a thing). After some research, I created a new shared mailbox, configured an automatic reply (OOO...
- Jan 06, 2023Toggle the SendOofMessageToOriginatorEnabled flag on the DG:
Set-DistributionGroup DGname -SendOofMessageToOriginatorEnabled $true
VasilMichev
Jan 06, 2023MVP
Toggle the SendOofMessageToOriginatorEnabled flag on the DG:
Set-DistributionGroup DGname -SendOofMessageToOriginatorEnabled $true
Set-DistributionGroup DGname -SendOofMessageToOriginatorEnabled $true
Alan_McFarlane
Feb 19, 2023Iron Contributor
With that setting, will OOF be sent from *all* of the ‘real’ members too?