Hi
I configured auto reply configuration for my email as below
[PS] C:\>Get-MailboxAutoReplyConfiguration -Identity my emailmail@mydomainRunspaceId : 031313e9-207c-4a9c-986f-db0d03435599
AutoReplyState : Scheduled
EndTime : 1/1/2017 12:00:00 AM
ExternalAudience : All
ExternalMessage : <html>
<body>
External OOF message content
</body>
</html>
InternalMessage : <html>
<body>
Internal OOF message content
</body>
</html>
StartTime : 1/8/2016 12:00:00 AM
MailboxOwnerId : mydomain/Workstations/Head Quarter/Users/Information Technology/Mahmoud Adel
Identity : mydomain/Workstations/Head Quarter/Users/Information Technology/Mahmoud Adel
IsValid : True
ObjectState : Unchanged
when any user try to send mail to me , he should receive the message I configured" internal or external message " but he did not
can any one hep ?
Mahmoud