Forum Discussion
Jason Gaffney
Feb 08, 2018Copper Contributor
Distribution Lists in cloud vs synced and autoreply
Hello,
Wondering about the behavior of distribution lists that are created in the cloud vs Distribution lists synced with AD.
I'm currently noticing that a DL that is synced with AD, and a member of that list has an auto-reply set, the auto-reply will reply to the sender.
When a DL that is created in the cloud (not synced) has a member with an auto-reply set. The auto-reply is never received.
Is this normal behavior, or is something possibly not configured?
Thank you.
It's a property/setting of the DL:
Set-DistributionGroup DG -SendOofMessageToOriginatorEnabled $true
By default, it's set to False in O365.
1 Reply
Sort By
It's a property/setting of the DL:
Set-DistributionGroup DG -SendOofMessageToOriginatorEnabled $true
By default, it's set to False in O365.